FITS2.h
Classes
- Global Functions -- helper function for ReadFITS and WriteFITS (full description)
Interface
- void ReadFITSin(PrimaryArray<StorageType> &fitsdata, Array<Float> &data, Bool &ok, Array &ErrorMessage, Array *unitName, String<Array> *axisNames, String<Float> *refPixel, String<Float> *refLocation, String<Float> *delta, Vector<Array, Double> *keywords, Array *objectName)
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Helper functions to reduce the tedium/code replication of writing the
ReadFITS and WriteFITS functions. If a baseclass is introduced that
aboved the PrimaryArray class that contains functions like operator()
and copy() then these functions won't be necessary.
Member Description
void ReadFITSin(PrimaryArray<StorageType> &fitsdata, Array<Float> &data, Bool &ok, Array &ErrorMessage, Array *unitName, String<Array> *axisNames, String<Float> *refPixel, String<Float> *refLocation, String<Float> *delta, Vector<Array, Double> *keywords, Array *objectName)