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/ppImage/src/ppImageLoop.c

    r26693 r26776  
    163163        }
    164164
    165         // Apply the pattern noise correction
    166         if (options->doPattern) {
     165        // Apply the pattern correction
     166        if (options->doPatternRow || options->doPatternCell) {
    167167          if (!ppImageDetrendPatternApply(config,chip,view,options)) {
    168168            ESCAPE("Unable to apply pattern corrections");
Note: See TracChangeset for help on using the changeset viewer.