IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20111122/ppImage/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/ppImage/src

  • branches/eam_branches/ipp-20111122/ppImage/src/ppImage.h

    r30655 r33638  
    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
     
    4748    bool doStats;                       // call ppStats on the image
    4849    bool checkCTE;                      // measure pixel-based variance
     50    bool checkNoise;                    // measure cell-level variance
    4951    bool applyParity;                   // Apply Cell parities
    5052
     
    109111    psStatsOptions patternCellMean;        // Statistic for mean
    110112
     113  int patternContinuityEdgeWidth;        // Size of box to use for edge matching.
     114 
    111115    int remnanceSize;                   // Size for remnance detection
    112116    float remnanceThresh;               // Threshold for remnance detection
     
    169173bool ppImageCheckCTE(pmConfig *config, ppImageOptions *options, pmFPAview *view);
    170174
     175bool ppImageCheckNoise(pmConfig *config, ppImageOptions *options, pmFPAview *view);
     176
    171177bool ppImageBurntoolMask(pmConfig *config, ppImageOptions *options, pmFPAview *view, pmReadout *mask);
    172178
Note: See TracChangeset for help on using the changeset viewer.