Changeset 27838 for branches/tap_branches/ppImage/src/ppImage.h
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImage.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ppImage/src/ppImage.h
r25875 r27838 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 … … 159 162 bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *mask); 160 163 164 bool ppImageDetrendPatternApply(pmConfig *config, pmChip *chip, const pmFPAview *inputView, const ppImageOptions *options); 165 161 166 // Record which detrend file was used for the detrending 162 167 bool ppImageDetrendRecord(
Note:
See TracChangeset
for help on using the changeset viewer.
