Changeset 7555 for trunk/psModules/src/camera/pmFPARead.h
- Timestamp:
- Jun 13, 2006, 3:53:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.h
r7017 r7555 25 25 psDB *db // Database handle, for "concepts" ingest 26 26 ); 27 28 bool pmCellReadMask(pmCell *cell, // Cell to read into 29 psFits *fits, // FITS file from which to read 30 psDB *db // Database handle, for "concepts" ingest 31 ); 32 33 bool pmChipReadMask(pmChip *chip, // Chip to read into 34 psFits *fits, // FITS file from which to read 35 psDB *db // Database handle, for "concepts" ingest 36 ); 37 38 bool pmFPAReadMask(pmFPA *fpa, // FPA to read into 39 psFits *fits, // FITS file from which to read 40 psDB *db // Database handle, for "concepts" ingest 41 ); 42 43 bool pmCellReadWeight(pmCell *cell, // Cell to read into 44 psFits *fits, // FITS file from which to read 45 psDB *db // Database handle, for "concepts" ingest 46 ); 47 48 bool pmChipReadWeight(pmChip *chip, // Chip to read into 49 psFits *fits, // FITS file from which to read 50 psDB *db // Database handle, for "concepts" ingest 51 ); 52 53 bool pmFPAReadWeight(pmFPA *fpa, // FPA to read into 54 psFits *fits, // FITS file from which to read 55 psDB *db // Database handle, for "concepts" ingest 56 ); 27 57 28 58 bool pmCellReadPHU(pmCell *cell, // Cell to read into
Note:
See TracChangeset
for help on using the changeset viewer.
