IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 3:29:58 PM (20 years ago)
Author:
Paul Price
Message:

Adding shutter correctins.

File:
1 edited

Legend:

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

    r7073 r9325  
    2222    bool scale;                         // Scale by the background before combining?
    2323    bool exptime;                       // Normalise by the exposure time?
     24    bool shutter;                       // Generate shutter correction?
    2425    unsigned int sample;                // Sampling factor for measuring the background
    25     psStatsOptions background;          // Statistic to use to measure the background
     26    psStatsOptions mean;                // Statistic to use to measure the mean
     27    psStatsOptions stdev;               // Statistic to use to measure the stdev
     28    int shutterSize;                    // Size for shutter measurement regions
    2629    ppOnOff onOff;                      // On/off pairs?
    2730    pmCombineParams *combine;           // Combination parameters
Note: See TracChangeset for help on using the changeset viewer.