IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2006, 4:49:37 PM (19 years ago)
Author:
Paul Price
Message:

Reorganising shutter stuff to make it fit within the general framework in ppMergeCombine. Adding ppMergeMask to create a bad pixel mask.

File:
1 edited

Legend:

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

    r9832 r9996  
    2424    bool fringe;                        // Make fringe measurements?
    2525    bool shutter;                       // Generate shutter correction?
     26    bool mask;                          // Generate bad pixel mask?
    2627    unsigned int sample;                // Sampling factor for measuring the background
    2728    psStatsOptions mean;                // Statistic to use to measure the mean
     
    3435    int shutterIter;                    // Number of iterations for shutter measurement
    3536    float shutterRej;                   // Rejection limit for shutter measurement
     37    float maskSuspect;                  // Threshold for identifying suspect pixels
     38    float maskBad;                      // Threshold for identifying bad pixels
    3639    ppOnOff onOff;                      // On/off pairs?
    3740    pmCombineParams *combine;           // Combination parameters
Note: See TracChangeset for help on using the changeset viewer.