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/ppImage.h

    r30655 r33243  
    4040    bool doPatternRow;                  // Row pattern correction
    4141    bool doPatternCell;                 // Cell pattern correction
     42    bool doPatternContinuity;           // Cell continuity correction
    4243    bool doFringe;                      // Fringe subtraction
    4344    bool doPhotom;                      // Source identification and photometry
     
    109110    psStatsOptions patternCellMean;        // Statistic for mean
    110111
     112  int patternContinuityEdgeWidth;        // Size of box to use for edge matching.
     113 
    111114    int remnanceSize;                   // Size for remnance detection
    112115    float remnanceThresh;               // Threshold for remnance detection
Note: See TracChangeset for help on using the changeset viewer.