Changeset 23190 for trunk/ppStack/src/ppStack.h
- Timestamp:
- Mar 5, 2009, 9:19:00 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStack.h
r23171 r23190 10 10 // Mask values for inputs 11 11 typedef enum { 12 PPSTACK_MASK_MATCH = 0x01, // PSF-matching failed 13 PPSTACK_MASK_CHI2 = 0x02, // Chi^2 too deviant 14 PPSTACK_MASK_REJECT = 0x04, // Rejection failed 15 PPSTACK_MASK_BAD = 0x08, // Bad image (too many pixels rejected) 12 PPSTACK_MASK_CAL = 0x01, // Photometric calibration failed 13 PPSTACK_MASK_MATCH = 0x02, // PSF-matching failed 14 PPSTACK_MASK_CHI2 = 0x04, // Chi^2 too deviant 15 PPSTACK_MASK_REJECT = 0x08, // Rejection failed 16 PPSTACK_MASK_BAD = 0x10, // Bad image (too many pixels rejected) 16 17 PPSTACK_MASK_ALL = 0xff // All errors 17 18 } ppStackMask; … … 161 162 /// Corrects the source PSF photometry to a common system. Return the sum of the exposure times. 162 163 float ppStackSourcesTransparency(const psArray *sourceLists, // Sources for each input 164 psVector *inputMask, // Indicates bad input 163 165 const pmFPAview *view, // View to readout 164 166 const pmConfig *config // Configuration
Note:
See TracChangeset
for help on using the changeset viewer.
