- Timestamp:
- Mar 8, 2009, 4:29:34 PM (17 years ago)
- Location:
- branches/eam_branches/eam_branch_20090303
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStack.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/eam_branch_20090303
-
branches/eam_branches/eam_branch_20090303/ppStack/src/ppStack.h
r23143 r23225 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; … … 81 82 pmPSF *ppStackPSF(const pmConfig *config, // Configuration 82 83 int numCols, int numRows, // Size of image 83 const psArray *psfs // List of input PSFs 84 const psArray *psfs, // List of input PSFs 85 const psVector *inputMask // Mask for inputs 84 86 ); 85 87 … … 140 142 psString ppStackVersionLong(void); 141 143 142 // Supplement metadatawith software version143 void ppStackVersionMetadata(psMetadata *metadata // Metadatato supplement144 // Supplement header with software version 145 bool ppStackVersionHeader(psMetadata *header // Header to supplement 144 146 ); 147 148 /// Print version information 149 void ppStackVersionPrint(void); 145 150 146 151 /// Convolve image to match specified seeing … … 161 166 /// Corrects the source PSF photometry to a common system. Return the sum of the exposure times. 162 167 float ppStackSourcesTransparency(const psArray *sourceLists, // Sources for each input 168 psVector *inputMask, // Indicates bad input 163 169 const pmFPAview *view, // View to readout 164 170 const pmConfig *config // Configuration
Note:
See TracChangeset
for help on using the changeset viewer.
