IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2007, 10:20:28 AM (19 years ago)
Author:
eugene
Message:

added explicit option to request internal mask and weight image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendReadout.c

    r14000 r14223  
    1616
    1717    // Masking on the basis of pixel value needs to be done before anything else, so the values are pristine.
    18     if (options->doMask || options->doShutter || options->doFlat || options->doPhotom) {
     18    if (options->doMaskBuild) {
    1919        pmReadoutGenerateMask(input, options->satMask, options->badMask);
    2020    }
     
    5151
    5252    // Weight on the basis of pixel value needs to be done after the overscan has been subtracted
    53     if (options->doMask || options->doShutter || options->doFlat || options->doPhotom) {
     53    if (options->doWeightBuild) {
    5454        // create the target mask and weight images
    5555        pmReadoutGenerateWeight(input, true);
Note: See TracChangeset for help on using the changeset viewer.