- Timestamp:
- Feb 11, 2013, 4:50:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20130211/psModules/src/detrend/pmPattern.h
r35081 r35149 84 84 ); 85 85 86 /// Fix the pattern noise using medians 87 bool pmPatternMedian( 88 pmChip *chip, ///< Chip to correct 89 const psVector *tweak, ///< U8 vector indicating whether to tweak the corresponding cell 90 psStatsOptions bgStat, ///< Statistic to use for background measurement 91 psStatsOptions cellStat, ///< Statistic to use for combination of cell background measurementsn 92 psImageMaskType maskVal, ///< Mask value to use 93 psImageMaskType maskBad, ///< Mask value to give bad pixels 94 bool doRows, ///< Do correction in cell rows 95 bool doCols ///< Do correction in cell columns 96 ); 97 98 86 99 87 100
Note:
See TracChangeset
for help on using the changeset viewer.
