- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/detrend/pmPattern.h
r24903 r27840 18 18 /// @{ 19 19 20 #define PM_PATTERN_ROW_CORRECTION "PATTERN.ROW.CORRECTION" // Pattern row correction on analysis metadata 21 #define PM_PATTERN_CELL_CORRECTION "PATTERN.CELL.CORRECTION" // Pattern cell correction on analysis metadata 22 20 23 /// Fit and remove pattern noise over rows 21 24 bool pmPatternRow( … … 31 34 ); 32 35 36 /// Apply previously measured row pattern correction 37 bool pmPatternRowApply(pmReadout *ro, ///< Readout to correct 38 psImageMaskType maskBad ///< Mask value to give bad pixels 39 ); 40 41 /// Fix the background on cells known to be troublesome 42 bool pmPatternCell( 43 pmChip *chip, ///< Chip to correct 44 const psVector *tweak, ///< U8 vector indicating whether to tweak the corresponding cell 45 psStatsOptions bgStat, ///< Statistic to use for background measurement 46 psStatsOptions cellStat, ///< Statistic to use for combination of cell background measurements 47 psImageMaskType maskVal, ///< Mask value to use 48 psImageMaskType maskBad ///< Mask value to give bad pixels 49 ); 50 51 /// Apply previously measured cell pattern correction 52 bool pmPatternCellApply(pmReadout *ro, ///< Readout to correct 53 psImageMaskType maskBad ///< Mask value to give bad pixels 54 ); 55 56 33 57 /// @} 34 58 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
