IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2011, 9:53:44 AM (15 years ago)
Author:
rhenders
Message:

Added non-class utility method to Fits class for getting FITS data type from string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/Fits.h

    r31010 r31016  
    2727    // accessor methods
    2828    fitsfile* (*getFilePtr)();
     29    int (*getDataType)();
    2930    char* (*getPath)();
    3031    bool (*countRows)();
     
    5556Fits* new_Fits(char* path);
    5657
     58// non-class methods
     59int Fits_getDataType(char *typename);
     60
    5761# endif // IPPTOPSPS_FITS_H
Note: See TracChangeset for help on using the changeset viewer.