Changeset 33243 for trunk/psModules/src/detrend/pmPattern.h
- Timestamp:
- Feb 10, 2012, 6:07:30 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmPattern.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmPattern.h
r26893 r33243 54 54 ); 55 55 56 /// Fix the background on cells known to be troublesome 57 bool pmPatternContinuity( 58 pmChip *chip, ///< Chip to correct 59 const psVector *tweak, ///< U8 vector indicating whether to tweak the corresponding cell 60 psStatsOptions bgStat, ///< Statistic to use for background measurement 61 psStatsOptions cellStat, ///< Statistic to use for combination of cell background measurements 62 psImageMaskType maskVal, ///< Mask value to use 63 psImageMaskType maskBad, ///< Mask value to give bad pixels 64 int edgeWidth ///< Size of box to use 65 ); 66 67 /// Apply previously measured cell pattern correction 68 bool pmPatternContinuityApply(pmReadout *ro, ///< Readout to correct 69 psImageMaskType maskBad ///< Mask value to give bad pixels 70 ); 71 72 56 73 57 74 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
