Changeset 23704 for branches/pap/ppSub/src/ppSub.h
- Timestamp:
- Apr 3, 2009, 11:58:24 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppSub/src/ppSub.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppSub/src/ppSub.h
r23688 r23704 24 24 // Output files, for activation/deactivation 25 25 typedef enum { 26 PPSUB_FILES_IMAGE = 0x01, // Image files 27 PPSUB_FILES_PHOT = 0x02, // Photometry files 28 PPSUB_FILES_ALL = 0xFF, // All files 26 PPSUB_FILES_INPUT = 0x01, // Input files 27 PPSUB_FILES_CONV = 0x02, // Convolved files (output) 28 PPSUB_FILES_SUB = 0x04, // Subtracted files (output) 29 PPSUB_FILES_INV = 0x08, // Inverse subtracted files (output) 30 PPSUB_FILES_PHOT_SUB = 0x10, // Photometry files (output) 31 PPSUB_FILES_PHOT_INV = 0x20, // Photometry files ( 32 PPSUB_FILES_ALL = 0xFF, // All files 29 33 } ppSubFiles; 30 34 31 35 /// Data for processing 32 36 typedef struct { 33 psErrorCode quality; /// Quality code; 0 for no problem 34 psMetadata *stats; /// Statistics 37 psErrorCode quality; // Quality code; 0 for no problem 38 bool photometry; // Perform photometry? 39 bool inverse; // Output inverse subtraction as well? 40 const char *statsFile; // Statistics file 41 psMetadata *stats; // Statistics 35 42 } ppSubData; 36 43
Note:
See TracChangeset
for help on using the changeset viewer.
