FITS Image Exporter

These classes provide methods for exporting a Caesar image to a fits image file.

Defined in src/imgio/FITSWriter.h

class FITSWriter : public TObject

Public Functions

FITSWriter()

Class constructor: initialize structures.

virtual ~FITSWriter()

Class destructor: free allocated memory.

Public Static Functions

static int WriteFITS(Image *img, std::string outfilename, bool recreate = true)

Write image to FITS file.