IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2009, 9:33:24 AM (17 years ago)
Author:
Paul Price
Message:

Cleaning up pattern noise subtraction code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImage.h

    r24485 r24892  
    3737    bool doShutter;                     // Shutter correction
    3838    bool doFlat;                        // Flat-field normalisation
     39    bool doPattern;                     // Pattern noise subtraction
    3940    bool doFringe;                      // Fringe subtraction
    4041    bool doPhotom;                      // Source identification and photometry
     
    4445    bool doStats;                       // call ppStats on the image
    4546    bool checkCTE;                      // measure pixel-based variance
    46     bool applyParity;                   // Apply Cell parities
     47    bool applyParity;                   // Apply Cell parities
    4748
    4849    bool doCrosstalkMeasure;            // measure crosstalk signal
     
    9394    float fringeKeep;                   // Fringe keep fraction
    9495
     96    // Pattern noise subtraction
     97    int patternOrder;                   // Polynomial order
     98    int patternIter;                    // Clipping iterations
     99    float patternRej;                   // Clipping threshold
     100    psStatsOptions patternMean;         // Statistic for mean
     101    psStatsOptions patternStdev;        // Statistic for stdev
     102
    95103    int remnanceSize;                   // Size for remnance detection
    96104    float remnanceThresh;               // Threshold for remnance detection
Note: See TracChangeset for help on using the changeset viewer.