Changeset 6552 for branches/rel10_ifa/psModules/src/astrom/pmFPARead.h
- Timestamp:
- Mar 8, 2006, 5:08:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPARead.h
r6448 r6552 5 5 #include "pmFPA.h" 6 6 7 8 bool pmCellRead(pmCell *cell, // Cell to read into 9 psFits *fits, // FITS file from which to read 10 psDB *db // Database handle, for "concepts" ingest 11 ); 12 13 bool pmChipRead(pmChip *chip, // Chip to read into 14 psFits *fits, // FITS file from which to read 15 psDB *db // Database handle, for "concepts" ingest 16 ); 17 18 bool pmFPARead(pmFPA *fpa, // FPA to read into 19 psFits *fits, // FITS file from which to read 20 psDB *db // Database handle, for "concepts" ingest 21 ); 22 23 bool pmCellReadPHU(pmCell *cell, // Cell to read into 24 psFits *fits // FITS file from which to read 25 ); 26 27 bool pmChipReadPHU(pmChip *chip, // Chip to read into 28 psFits *fits // FITS file from which to read 29 ); 30 31 bool pmFPAReadPHU(pmFPA *fpa, // FPA to read into 32 psFits *fits // FITS file from which to read 33 ); 34 35 36 #if 0 7 37 bool pmFPARead(pmFPA *fpa, // FPA to read into 8 38 psFits *fits, // FITS file from which to read … … 27 57 psFits *source // Source FITS file (for the original data) 28 58 ); 29 59 #endif 30 60 31 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
