IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2008, 10:49:03 AM (18 years ago)
Author:
Paul Price
Message:

Changing to produce multi-darks instead of boring old darks. This allows us to fit the dark current as a function of temperature, time since PON, etc. In fact, what's fit is very configurable.

File:
1 edited

Legend:

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

    r15953 r16842  
    2121    bool zero;                          // Subtract background before combining?
    2222    bool scale;                         // Scale by the background before combining?
    23     bool darktime;                      // Normalise by the dark time (time since flush)?
     23    bool dark;                          // Generate dark?
    2424    bool fringe;                        // Make fringe measurements?
    2525    bool shutter;                       // Generate shutter correction?
     
    3737    float maskSuspect;                  // Threshold for identifying suspect pixels
    3838    float maskBad;                      // Threshold for identifying bad pixels
    39     bool statsByChip;                   // measure statistics for masking by chip or readout?
    40     pmMaskIdentifyMode maskMode;        // how to set the limit based on the threshold value above?
     39    bool statsByChip;                   // measure statistics for masking by chip or readout?
     40    pmMaskIdentifyMode maskMode;        // how to set the limit based on the threshold value above?
    4141    ppOnOff onOff;                      // On/off pairs?
    4242    pmCombineParams *combine;           // Combination parameters
     
    4444    psMaskType badMask;                 // Mask value for bad (low) pixels
    4545    int growPixels;
     46    psArray *darkOrdinates;             // Ordinates for dark combination
    4647} ppMergeOptions;
    4748
Note: See TracChangeset for help on using the changeset viewer.