Changeset 4308 for trunk/psLib/src/dataIO/psFits.h
- Timestamp:
- Jun 17, 2005, 1:44:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psFits.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/psFits.h
r4214 r4308 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-06-1 1 02:19:05$9 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-06-17 23:44:21 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 33 33 */ 34 34 typedef enum { 35 PS_FITS_TYPE_NONE = -1, ///< Unknown HDU type36 PS_FITS_TYPE_IMAGE = IMAGE_HDU, ///< Image HDU type37 PS_FITS_TYPE_BINARY_TABLE = BINARY_TBL, ///< Binary table HDU type38 PS_FITS_TYPE_ASCII_TABLE = ASCII_TBL, ///< ASCII table HDU type39 PS_FITS_TYPE_ANY = ANY_HDU ///< Any HDU type35 PS_FITS_TYPE_NONE = -1, ///< Unknown HDU type 36 PS_FITS_TYPE_IMAGE = IMAGE_HDU, ///< Image HDU type 37 PS_FITS_TYPE_BINARY_TABLE = BINARY_TBL, ///< Binary table HDU type 38 PS_FITS_TYPE_ASCII_TABLE = ASCII_TBL, ///< ASCII table HDU type 39 PS_FITS_TYPE_ANY = ANY_HDU ///< Any HDU type 40 40 } psFitsType; 41 41
Note:
See TracChangeset
for help on using the changeset viewer.
