IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 5:12:09 PM (17 years ago)
Author:
Paul Price
Message:

Convering 'weight' to 'variance' where appropriate. Mostly just propagating changes from psModules. Fixed some mask types as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_20090128/ppImage/src/ppImage.h

    r20774 r21217  
    2525    // actions which ppImage should perform
    2626    bool doMaskBuild;                   // Build internal mask
    27     bool doWeightBuild;                   // Build internal mask
     27    bool doVarianceBuild;               // Build internal variance map
    2828    bool doMask;                        // Mask bad pixels
    2929    bool doNonLin;                      // Non-linearity correction
     
    4444    bool BaseFITS;
    4545    bool BaseMaskFITS;
    46     bool BaseWeightFITS;
     46    bool BaseVarianceFITS;
    4747
    4848    bool ChipFITS;
    4949    bool ChipMaskFITS;
    50     bool ChipWeightFITS;
     50    bool ChipVarianceFITS;
    5151
    5252    bool FPA1FITS;
     
    5858
    5959    // make values for abstract concepts of masking
    60     psMaskType maskValue;               // apply this bit-mask to choose masked bits
    61     psMaskType markValue;               // apply this bit-mask to choose masked bits
    62     psMaskType satMask;                 // Mask value to give saturated pixels
    63     psMaskType badMask;                 // Mask value to give bad pixels
    64     psMaskType flatMask;                // Mask value to give bad flat pixels
    65     psMaskType blankMask;               // Mask value to give blank pixels
     60    psImageMaskType maskValue;          // apply this bit-mask to choose masked bits
     61    psImageMaskType markValue;          // apply this bit-mask to choose masked bits
     62    psImageMaskType satMask;            // Mask value to give saturated pixels
     63    psImageMaskType badMask;            // Mask value to give bad pixels
     64    psImageMaskType flatMask;           // Mask value to give bad flat pixels
     65    psImageMaskType blankMask;          // Mask value to give blank pixels
    6666
    6767    // non-linear correction parameters
Note: See TracChangeset for help on using the changeset viewer.