FITS Image Importer

These classes provide methods for creating a Caesar image from a fits image file.

Defined in src/imgio/FITSReader.h

class Caesar::FITSReader : public TObject

Public Functions

FITSReader()

Class constructor: initialize structures.

virtual ~FITSReader()

Class destructor: free allocated memory.

Public Static Functions

static int Read(Caesar::Image &img, Caesar::FITSFileInfo &info, std::string filename, int hdu_id = 1, int ix_min = -1, int ix_max = -1, int iy_min = -1, int iy_max = -1, bool checkFile = true)

Read a FITS image & header and store it in Caesar img format (based on CFITSIO)

class FITSHeader : public TObject
class FITSFileInfo : public TObject