Changeset 27839 for branches/simmosaic_branches/ppImage/src/ppImage.h
- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImage.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/ppImage/src/ppImage.h
r24485 r27839 26 26 bool doMaskBuild; // Build internal mask 27 27 bool doVarianceBuild; // Build internal variance map 28 bool doMaskBurntool; // mask potential burntool trails 28 29 bool doMaskSat; // mask saturated pixels 29 30 bool doMaskLow; // mask low pixels … … 37 38 bool doShutter; // Shutter correction 38 39 bool doFlat; // Flat-field normalisation 40 bool doPatternRow; // Row pattern correction 41 bool doPatternCell; // Cell pattern correction 39 42 bool doFringe; // Fringe subtraction 40 43 bool doPhotom; // Source identification and photometry … … 44 47 bool doStats; // call ppStats on the image 45 48 bool checkCTE; // measure pixel-based variance 46 bool applyParity; // Apply Cell parities49 bool applyParity; // Apply Cell parities 47 50 48 51 bool doCrosstalkMeasure; // measure crosstalk signal … … 73 76 psImageMaskType darkMask; // Mask value to give bad dark pixels 74 77 psImageMaskType blankMask; // Mask value to give blank pixels 75 78 psImageMaskType burntoolMask; // Suspect pixels that fall where a burntool trail is expected. 76 79 // non-linear correction parameters 77 80 psDataType nonLinearType; … … 81 84 // options for the analysis 82 85 pmOverscanOptions *overscan; // Overscan options 83 86 int burntoolTrails; 84 87 // binning parameters 85 88 int xBin1; // x-binning, scale 1 … … 92 95 int fringeIter; // Fringe iterations 93 96 float fringeKeep; // Fringe keep fraction 97 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 94 107 95 108 int remnanceSize; // Size for remnance detection … … 121 134 122 135 // apply the cell flips to the input data before analysis 123 bool ppImageParityFlip (pmConfig *config, const ppImageOptions *options, const pmFPAview *view );136 bool ppImageParityFlip (pmConfig *config, const ppImageOptions *options, const pmFPAview *view, bool native); 124 137 125 138 // Loop over the input … … 146 159 147 160 bool ppImageCheckCTE(pmConfig *config, ppImageOptions *options, pmFPAview *view); 161 162 bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *mask); 163 164 bool ppImageDetrendPatternApply(pmConfig *config, pmChip *chip, const pmFPAview *inputView, const ppImageOptions *options); 148 165 149 166 // Record which detrend file was used for the detrending
Note:
See TracChangeset
for help on using the changeset viewer.
