Changeset 7249 for trunk/psModules/src/camera/pmFPAWrite.h
- Timestamp:
- May 30, 2006, 7:18:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAWrite.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAWrite.h
r7017 r7249 13 13 psFits *fits, // FITS file to which to write 14 14 psDB *db, // Database handle for "concepts" update 15 bool pixels // Write the pixels ?15 bool pixels // Write the pixels, or only the PHU header? 16 16 ); 17 17 bool pmChipWrite(pmChip *chip, // Chip to write 18 18 psFits *fits, // FITS file to which to write 19 19 psDB *db, // Database handle for "concepts" update 20 bool pixels // Write the pixels? 20 bool pixels, // Write the pixels, or only the PHU header? 21 bool recurse // Recurse to lower levels? 21 22 ); 22 23 bool pmFPAWrite(pmFPA *fpa, // FPA to write 23 24 psFits *fits, // FITS file to which to write 24 25 psDB *db, // Database handle for "concepts" update 25 bool pixels // Write the pixels? 26 bool pixels, // Write the pixels, or only the PHU header? 27 bool recurse // Recurse to lower levels? 26 28 ); 27 29
Note:
See TracChangeset
for help on using the changeset viewer.
