FITS DLL
Libraries for saving and reading FITS images with two slices (complex)
This project augments the open source NASA FITS file software with many high level functions . These save and read float and double images with one to two slices. Two slices are needed for complex data, Here are a few of the floats functions:
int SaveFITSFile44(const char* filename, const float* pdata1,
const float* pdata2, long nx, long ny, double xleft, double ytop, double dx, double dy, int itype);
int SaveFITSFile4(const char* filename, const float* pdata,
long nx,...