IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2006, 5:10:49 PM (20 years ago)
Author:
Paul Price
Message:

Adding pmHDUReadHeader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmHDU.h

    r6713 r6855  
    2020pmHDU *pmHDUAlloc(const char *extname);
    2121
     22// Read the header
     23bool pmHDUReadHeader(pmHDU *hdu,        // HDU for which to read header
     24                     psFits *fits       // FITS file from which to read
     25                    );
     26
    2227// Read the HDU
    2328bool pmHDURead(pmHDU *hdu,              // HDU to read
Note: See TracChangeset for help on using the changeset viewer.