Changeset 6663 for branches/rel10_ifa/psModules/src/astrom/pmFPAWrite.h
- Timestamp:
- Mar 21, 2006, 1:52:54 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmFPAWrite.h
r6448 r6663 5 5 #include "pmFPA.h" 6 6 7 bool pmFPAWrite(psFits *fits, // FITS file to which to write 8 pmFPA *fpa, // FPA to write 9 psDB *db // Database to update 7 8 bool pmCellWrite(pmCell *cell, // Cell to write 9 psFits *fits, // FITS file to which to write 10 psDB *db // Database handle for "concepts" update 11 ); 12 bool pmChipWrite(pmChip *chip, // Chip to write 13 psFits *fits, // FITS file to which to write 14 psDB *db // Database handle for "concepts" update 15 ); 16 bool pmFPAWrite(pmFPA *fpa, // FPA to write 17 psFits *fits, // FITS file to which to write 18 psDB *db // Database handle for "concepts" update 10 19 ); 11 20 12 bool pmFPAWriteMask(pmFPA *fpa, // FPA containing mask to write13 psFits *fits // FITS file for image14 );15 16 bool pmFPAWriteWeight(pmFPA *fpa, // FPA containing mask to write17 psFits *fits // FITS file for image18 );19 20 21 21 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
