Changeset 26895 for trunk/ppImage/src/ppImage.h
- Timestamp:
- Feb 10, 2010, 7:38:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImage.h
r25930 r26895 38 38 bool doShutter; // Shutter correction 39 39 bool doFlat; // Flat-field normalisation 40 bool doPattern; // Pattern noise subtraction 40 bool doPatternRow; // Row pattern correction 41 bool doPatternCell; // Cell pattern correction 41 42 bool doFringe; // Fringe subtraction 42 43 bool doPhotom; // Source identification and photometry … … 95 96 float fringeKeep; // Fringe keep fraction 96 97 97 // Pattern noise subtraction 98 int patternOrder; // Polynomial order 99 int patternIter; // Clipping iterations 100 float patternRej; // Clipping threshold 101 float patternThresh; // Ignore threshold 102 psStatsOptions patternMean; // Statistic for mean 103 psStatsOptions patternStdev; // Statistic for stdev 98 // Pattern correction 99 int patternRowOrder; // Polynomial order 100 int patternRowIter; // Clipping iterations 101 float patternRowRej; // Clipping threshold 102 float patternRowThresh; // Ignore threshold 103 psStatsOptions patternRowMean; // Statistic for mean 104 psStatsOptions patternRowStdev; // Statistic for stdev 105 psStatsOptions patternCellBG; // statistic for background 106 psStatsOptions patternCellMean; // Statistic for mean 104 107 105 108 int remnanceSize; // Size for remnance detection
Note:
See TracChangeset
for help on using the changeset viewer.
