IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2012, 6:07:30 PM (14 years ago)
Author:
watersc1
Message:

Implementation of PATTERN.CONTINUITY correction, which replaces the PATTERN.CELL correction and ensures that the cell-to-cell variations are minimized, and that background fitting code has a smooth background to work with. Includes ippconfig files to enable this by default across all of GPC1. Tested, and memory leaks fixed.

File:
1 edited

Legend:

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

    r30655 r33243  
    170170
    171171        // Apply the pattern correction
    172         if (options->doPatternRow || options->doPatternCell) {
     172        if (options->doPatternRow || options->doPatternCell || options->doPatternContinuity) {
    173173          if (!ppImageDetrendPatternApply(config,chip,view,options)) {
    174174            ESCAPE("Unable to apply pattern corrections");
Note: See TracChangeset for help on using the changeset viewer.