Changeset 26832 for branches/eam_branches/20091201/ppStack/src/ppStack.h
- Timestamp:
- Feb 9, 2010, 6:15:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppStack/src/ppStack.h
r26076 r26832 13 13 typedef enum { 14 14 PPSTACK_MASK_CAL = 0x01, // Photometric calibration failed 15 PPSTACK_MASK_MATCH = 0x02, // PSF-matching failed 16 PPSTACK_MASK_CHI2 = 0x04, // Chi^2 too deviant 17 PPSTACK_MASK_REJECT = 0x08, // Rejection failed 18 PPSTACK_MASK_BAD = 0x10, // Bad image (too many pixels rejected) 15 PPSTACK_MASK_PSF = 0x02, // PSF measurement failed 16 PPSTACK_MASK_MATCH = 0x04, // PSF-matching failed 17 PPSTACK_MASK_CHI2 = 0x08, // Chi^2 too deviant 18 PPSTACK_MASK_REJECT = 0x10, // Rejection failed 19 PPSTACK_MASK_BAD = 0x20, // Bad image (too many pixels rejected) 19 20 PPSTACK_MASK_ALL = 0xff // All errors 20 21 } ppStackMask;
Note:
See TracChangeset
for help on using the changeset viewer.
