IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2006, 12:30:06 PM (20 years ago)
Author:
Paul Price
Message:

Adding fringe combination.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeOptions.h

    r9463 r9832  
    2222    bool scale;                         // Scale by the background before combining?
    2323    bool darktime;                      // Normalise by the dark time (time since flush)?
     24    bool fringe;                        // Make fringe measurements?
    2425    bool shutter;                       // Generate shutter correction?
    2526    unsigned int sample;                // Sampling factor for measuring the background
    2627    psStatsOptions mean;                // Statistic to use to measure the mean
    2728    psStatsOptions stdev;               // Statistic to use to measure the stdev
     29    int fringeNum;                      // Number of fringe regions per cell
     30    int fringeSize;                     // Size of fringe regions
     31    int fringeSmoothX;                  // Number of smoothing regions per cell, in x
     32    int fringeSmoothY;                  // Number of smoothing regions per cell, in y
    2833    int shutterSize;                    // Size for shutter measurement regions
    2934    int shutterIter;                    // Number of iterations for shutter measurement
Note: See TracChangeset for help on using the changeset viewer.