IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 11, 2009, 7:49:45 AM (17 years ago)
Author:
eugene
Message:

make it optional to set the mask bits for low and/or sat; renamed bad to low internally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImage.h

    r23688 r23825  
    2626    bool doMaskBuild;                   // Build internal mask
    2727    bool doVarianceBuild;               // Build internal variance map
     28    bool doMaskSat;                     // mask saturated pixels
     29    bool doMaskLow;                     // mask low pixels
    2830    bool doMask;                        // Mask bad pixels
    2931    bool doNonLin;                      // Non-linearity correction
     
    6264    psImageMaskType markValue;          // apply this bit-mask to choose masked bits
    6365    psImageMaskType satMask;            // Mask value to give saturated pixels
    64     psImageMaskType badMask;            // Mask value to give bad pixels
     66    psImageMaskType lowMask;            // Mask value to give bad pixels
    6567    psImageMaskType flatMask;           // Mask value to give bad flat pixels
    6668    psImageMaskType blankMask;          // Mask value to give blank pixels
Note: See TracChangeset for help on using the changeset viewer.