Changeset 6552 for branches/rel10_ifa/psModules/src/astrom/pmHDU.h
- Timestamp:
- Mar 8, 2006, 5:08:08 PM (20 years ago)
- File:
-
- 1 edited
-
branches/rel10_ifa/psModules/src/astrom/pmHDU.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmHDU.h
r6517 r6552 1 1 #ifndef PM_HDU_H 2 2 #define PM_HDU_H 3 4 #include "pslib.h"5 #include "pmFPA.h"6 3 7 4 // An instance of the FITS Header Data Unit … … 10 7 psString extname; // The extension name 11 8 bool phu; // Is this the FITS Primary Header Unit 9 psMetadata *format; // The camera format 12 10 psMetadata *header; // The FITS header, or NULL if primary for FITS; or section info 13 11 psArray *images; // The pixel data … … 21 19 22 20 // Read the HDU 23 bool pmHDURead(pmHDU *hdu); 24 25 26 // Find the HDU in the FPA hierarchy 27 pmHDU *pmHDUFromFPA(pmFPA *fpa // FPA for which to find HDU 28 ); 29 pmHDU *pmHDUFromChip(pmChip *chip // Chip for which to find HDU 30 ); 31 pmHDU *pmHDUFromCell(pmCell *cell // Cell for which to find HDU 32 ); 21 bool pmHDURead(pmHDU *hdu, // HDU to read 22 psFits *fits // FITS file to read from 23 ); 33 24 34 25 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
