Changeset 6896 for trunk/psModules/src/astrom/pmFPAWrite.h
- Timestamp:
- Apr 18, 2006, 5:24:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmFPAWrite.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmFPAWrite.h
r6872 r6896 5 5 #include "pmFPA.h" 6 6 7 bool pmReadoutWriteNext(pmReadout *readout, // Readout to write 8 psFits *fits, // FITS file to which to write 9 int z // Image plane to write 10 ); 7 11 8 12 bool pmCellWrite(pmCell *cell, // Cell to write 9 13 psFits *fits, // FITS file to which to write 10 psDB *db // Database handle for "concepts" update 14 psDB *db, // Database handle for "concepts" update 15 bool pixels // Write the pixels? 11 16 ); 12 17 bool pmChipWrite(pmChip *chip, // Chip to write 13 18 psFits *fits, // FITS file to which to write 14 psDB *db // Database handle for "concepts" update 19 psDB *db, // Database handle for "concepts" update 20 bool pixels // Write the pixels? 15 21 ); 16 22 bool pmFPAWrite(pmFPA *fpa, // FPA to write 17 23 psFits *fits, // FITS file to which to write 18 psDB *db // Database handle for "concepts" update 24 psDB *db, // Database handle for "concepts" update 25 bool pixels // Write the pixels? 19 26 ); 20 27
Note:
See TracChangeset
for help on using the changeset viewer.
