Changeset 23580 for branches/pap/ppImage/src/ppImage.h
- Timestamp:
- Mar 27, 2009, 4:46:10 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppImage/src/ppImage.h
r23411 r23580 40 40 bool doAstromMosaic; // full-mosaic Astrometry 41 41 bool doStats; // call ppStats on the image 42 bool checkCTE; // measure pixel-based variance42 bool checkCTE; // measure pixel-based variance 43 43 44 44 // output files requested … … 88 88 float remnanceThresh; // Threshold for remnance detection 89 89 90 char *normClass; // class to use for per-class normalization90 char *normClass; // class to use for per-class normalization 91 91 } ppImageOptions; 92 92 … … 146 146 bool ppImageRebinChip (pmConfig *config, pmFPAview *view, ppImageOptions *options, char *outName); 147 147 148 bool ppImagePhotom (pmConfig *config, pmFPAview *view);149 bool ppImageAstrom (pmConfig *config);150 bool ppImageAddstar (pmConfig *config);148 bool ppImagePhotom(psMetadata *stats, pmConfig *config, pmFPAview *view); 149 bool ppImageAstrom(pmConfig *config); 150 bool ppImageAddstar(pmConfig *config); 151 151 152 152 // Subtract background from the chip-mosaicked image
Note:
See TracChangeset
for help on using the changeset viewer.
