IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:38:09 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201 (main change was PATTERN to PATTERN.ROW, added PATTERN.CELL)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r26682 r26895  
    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.