Changeset 18163 for trunk/psModules/src/detrend/pmDark.h
- Timestamp:
- Jun 17, 2008, 12:16:38 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmDark.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmDark.h
r16949 r18163 5 5 #include <pmHDU.h> 6 6 #include <pmFPA.h> 7 #include <pmConfig.h> 7 8 8 9 #define PM_DARK_ANALYSIS_ORDINATES "DARK.ORDINATES" // Name for dark ordinates in the cell analysis metadata … … 45 46 bool pmFPAWriteDark(pmFPA *fpa, // FPA to write 46 47 psFits *fits, // FITS file to which to write 47 p sDB *db, // Database, for concepts48 pmConfig *config, // Configuration 48 49 bool blank, // Write a blank only? 49 50 bool recurse // Recurse to lower levels? … … 53 54 bool pmChipWriteDark(pmChip *chip, // Chip to write 54 55 psFits *fits, // FITS file to which to write 55 p sDB *db, // Database, for concepts56 pmConfig *config, // Configuration 56 57 bool blank, // Write a blank only? 57 58 bool recurse // Recurse to lower levels? … … 61 62 bool pmCellWriteDark(pmCell *cell, // Cell containing dark information 62 63 psFits *fits, // FITS file to which to write 63 p sDB *db, // Database, for concepts64 pmConfig *config, // Configuration 64 65 bool blank // Write a blank only? 65 66 ); … … 68 69 bool pmFPAReadDark(pmFPA *fpa, // FPA for which to read 69 70 psFits *fits, // FITS file to read 70 p sDB *db // Database, for concepts71 pmConfig *config // Configuration 71 72 ); 72 73 … … 74 75 bool pmChipReadDark(pmChip *chip, // Chip for which to read 75 76 psFits *fits, // FITS file to read 76 p sDB *db // Database, for concepts77 pmConfig *config // Configuration 77 78 ); 78 79 … … 80 81 bool pmCellReadDark(pmCell *cell, // Cell for which to read 81 82 psFits *fits, // FITS file to read 82 p sDB *db // Database, for concepts83 pmConfig *config // Configuration 83 84 ); 84 85
Note:
See TracChangeset
for help on using the changeset viewer.
