IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2013, 4:50:12 PM (13 years ago)
Author:
watersc1
Message:

Changes that should not conflict with the trunk. This is the camera stage background continuity and the pattern.median example code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20130211/psModules/src/detrend/pmPattern.h

    r35081 r35149  
    8484                        );
    8585
     86/// Fix the pattern noise using medians
     87bool 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
    8699
    87100
Note: See TracChangeset for help on using the changeset viewer.