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

    r25930 r26895  
    3838    bool doShutter;                     // Shutter correction
    3939    bool doFlat;                        // Flat-field normalisation
    40     bool doPattern;                     // Pattern noise subtraction
     40    bool doPatternRow;                  // Row pattern correction
     41    bool doPatternCell;                 // Cell pattern correction
    4142    bool doFringe;                      // Fringe subtraction
    4243    bool doPhotom;                      // Source identification and photometry
     
    9596    float fringeKeep;                   // Fringe keep fraction
    9697
    97     // Pattern noise subtraction
    98     int patternOrder;                   // Polynomial order
    99     int patternIter;                    // Clipping iterations
    100     float patternRej;                   // Clipping threshold
    101     float patternThresh;                // Ignore threshold
    102     psStatsOptions patternMean;         // Statistic for mean
    103     psStatsOptions patternStdev;        // Statistic for stdev
     98    // Pattern correction
     99    int patternRowOrder;                   // Polynomial order
     100    int patternRowIter;                    // Clipping iterations
     101    float patternRowRej;                   // Clipping threshold
     102    float patternRowThresh;                // Ignore threshold
     103    psStatsOptions patternRowMean;         // Statistic for mean
     104    psStatsOptions patternRowStdev;        // Statistic for stdev
     105    psStatsOptions patternCellBG;          // statistic for background
     106    psStatsOptions patternCellMean;        // Statistic for mean
    104107
    105108    int remnanceSize;                   // Size for remnance detection
Note: See TracChangeset for help on using the changeset viewer.