Changeset 25027 for branches/pap/ppImage/src/ppImage.h
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/ppImage
- Property svn:mergeinfo deleted
-
branches/pap/ppImage/src/ppImage.h
r23845 r25027 31 31 bool doNonLin; // Non-linearity correction 32 32 bool doOverscan; // Overscan subtraction 33 bool doNoiseMap; // Bias subtraction 33 34 bool doBias; // Bias subtraction 34 35 bool doDark; // Dark subtraction … … 36 37 bool doShutter; // Shutter correction 37 38 bool doFlat; // Flat-field normalisation 39 bool doPattern; // Pattern noise subtraction 38 40 bool doFringe; // Fringe subtraction 39 41 bool doPhotom; // Source identification and photometry … … 43 45 bool doStats; // call ppStats on the image 44 46 bool checkCTE; // measure pixel-based variance 45 46 bool doCrosstalkMeasure; // measure crosstalk signal 47 bool doCrosstalkCorrect; // apply crosstalk correction 47 bool applyParity; // Apply Cell parities 48 49 bool doCrosstalkMeasure; // measure crosstalk signal 50 bool doCrosstalkCorrect; // apply crosstalk correction 48 51 49 52 // output files requested … … 69 72 psImageMaskType lowMask; // Mask value to give bad pixels 70 73 psImageMaskType flatMask; // Mask value to give bad flat pixels 74 psImageMaskType darkMask; // Mask value to give bad dark pixels 71 75 psImageMaskType blankMask; // Mask value to give blank pixels 72 76 … … 89 93 int fringeIter; // Fringe iterations 90 94 float fringeKeep; // Fringe keep fraction 95 96 // Pattern noise subtraction 97 int patternOrder; // Polynomial order 98 int patternIter; // Clipping iterations 99 float patternRej; // Clipping threshold 100 float patternThresh; // Ignore threshold 101 psStatsOptions patternMean; // Statistic for mean 102 psStatsOptions patternStdev; // Statistic for stdev 91 103 92 104 int remnanceSize; // Size for remnance detection … … 117 129 bool ppImageSetMaskBits (pmConfig *config, ppImageOptions *options); 118 130 131 // apply the cell flips to the input data before analysis 132 bool ppImageParityFlip (pmConfig *config, const ppImageOptions *options, const pmFPAview *view); 133 119 134 // Loop over the input 120 135 bool ppImageLoop(pmConfig *config, ppImageOptions *options);
Note:
See TracChangeset
for help on using the changeset viewer.
