IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2010, 8:59:31 PM (16 years ago)
Author:
Paul Price
Message:

Adding code to tweak background of nominated cells within a chip to match the mean of the rest, which I call 'cell pattern correction'. The old 'pattern correction' has effectively been renamed as 'row pattern correction'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/detrend/pmPattern.h

    r24903 r26776  
    3131    );
    3232
     33/// Fix the background on cells known to be troublesome
     34bool pmPatternCell(
     35    pmChip *chip,                       ///< Chip to correct
     36    const psVector *tweak,              ///< U8 vector indicating whether to tweak the corresponding cell
     37    psStatsOptions bgStat,              ///< Statistic to use for background measurement
     38    psStatsOptions cellStat,            ///< Statistic to use for combination of cell background measurements
     39    psImageMaskType maskVal,            ///< Mask value to use
     40    psImageMaskType maskBad             ///< Mask value to give bad pixels
     41    );
     42
     43
    3344/// @}
    3445#endif
Note: See TracChangeset for help on using the changeset viewer.