Changeset 23711 for branches/pap/ppSub/src/ppSub.h
- Timestamp:
- Apr 3, 2009, 6:25:39 PM (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
r23704 r23711 24 24 // Output files, for activation/deactivation 25 25 typedef enum { 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 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 = 0x10, // psphot photometry files 31 PPSUB_FILES_PHOT_SUB = 0x20, // Subtraction photometry files (output) 32 PPSUB_FILES_PHOT_INV = 0x40, // Inverse subtraction photometry files (output) 33 PPSUB_FILES_ALL = 0xFF, // All files 33 34 } ppSubFiles; 34 35
Note:
See TracChangeset
for help on using the changeset viewer.
