- Timestamp:
- Mar 30, 2012, 2:49:37 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/ppImage/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/ppImage/src
- Property svn:mergeinfo changed
/trunk/ppImage/src merged: 33030,33243,33590
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20111122/ppImage/src/ppImage.h
r30655 r33638 40 40 bool doPatternRow; // Row pattern correction 41 41 bool doPatternCell; // Cell pattern correction 42 bool doPatternContinuity; // Cell continuity correction 42 43 bool doFringe; // Fringe subtraction 43 44 bool doPhotom; // Source identification and photometry … … 47 48 bool doStats; // call ppStats on the image 48 49 bool checkCTE; // measure pixel-based variance 50 bool checkNoise; // measure cell-level variance 49 51 bool applyParity; // Apply Cell parities 50 52 … … 109 111 psStatsOptions patternCellMean; // Statistic for mean 110 112 113 int patternContinuityEdgeWidth; // Size of box to use for edge matching. 114 111 115 int remnanceSize; // Size for remnance detection 112 116 float remnanceThresh; // Threshold for remnance detection … … 169 173 bool ppImageCheckCTE(pmConfig *config, ppImageOptions *options, pmFPAview *view); 170 174 175 bool ppImageCheckNoise(pmConfig *config, ppImageOptions *options, pmFPAview *view); 176 171 177 bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *mask); 172 178
Note:
See TracChangeset
for help on using the changeset viewer.
