Class FITS_file#
Defined in File acam_fits.h
Class Documentation#
-
class FITS_file#
class for FITS I/O using CCfits
Public Functions
-
inline FITS_file()#
-
long open_file()#
-
void close_file()#
-
long copy_header_from(std::string file_in)#
-
long create_header()#
-
long copy_header(std::string wcs_in)#
-
long add_key(std::string keyword, std::string type, std::string value, std::string comment)#
-
long write_image(float *data)#
-
inline FITS_file()#