Go to the source code of this file.
Data Structures | |
struct | fits2d |
struct | fits3d |
struct | location |
struct | MultiDimFits |
struct | WhichPlane |
Functions | |
fits2d | readfits (char *filename) |
int | writefits (char *filename, fits3d data) |
int | writefits2d (char *filename, fits2d data) |
int | writefits2dWithLambda (char *filename, fits2d data, double lambda) |
MultiDimFits | openMultiDimFitsRead (char *filename) |
void | openMultiDimFitsWrite (char *filename, MultiDimFits *fileInfoPtr, FITSParameters headerParameters) |
fits2d | readNextPlane (MultiDimFits fileInfo, WhichPlane whichPlane) |
void | writeNextPlane (MultiDimFits fileInfo, WhichPlane whichPlane, fits2d data) |
int | closeMultiDimFits (MultiDimFits fileInfo) |