Changeset 24892 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Jul 22, 2009, 9:33:24 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r24485 r24892 37 37 bool doShutter; // Shutter correction 38 38 bool doFlat; // Flat-field normalisation 39 bool doPattern; // Pattern noise subtraction 39 40 bool doFringe; // Fringe subtraction 40 41 bool doPhotom; // Source identification and photometry … … 44 45 bool doStats; // call ppStats on the image 45 46 bool checkCTE; // measure pixel-based variance 46 bool applyParity; // Apply Cell parities47 bool applyParity; // Apply Cell parities 47 48 48 49 bool doCrosstalkMeasure; // measure crosstalk signal … … 93 94 float fringeKeep; // Fringe keep fraction 94 95 96 // Pattern noise subtraction 97 int patternOrder; // Polynomial order 98 int patternIter; // Clipping iterations 99 float patternRej; // Clipping threshold 100 psStatsOptions patternMean; // Statistic for mean 101 psStatsOptions patternStdev; // Statistic for stdev 102 95 103 int remnanceSize; // Size for remnance detection 96 104 float remnanceThresh; // Threshold for remnance detection
Note:
See TracChangeset
for help on using the changeset viewer.
