IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 9:26:48 AM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.h

    r4162 r4190  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-08 23:40:45 $
     9 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-09 19:26:48 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2727/// @{
    2828
     29/** FITS HDU type.
     30 *
     31 *  Enumeration for FITS HDU type.
     32 *
     33 */
    2934typedef enum {
    30     PS_FITS_TYPE_NONE = -1,
    31     PS_FITS_TYPE_IMAGE = IMAGE_HDU,
    32     PS_FITS_TYPE_BINARY_TABLE = BINARY_TBL,
    33     PS_FITS_TYPE_ASCII_TABLE = ASCII_TBL,
    34     PS_FITS_TYPE_ANY = ANY_HDU
     35    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
    3540} psFitsType;
    3641
Note: See TracChangeset for help on using the changeset viewer.