IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23534


Ignore:
Timestamp:
Mar 25, 2009, 2:42:53 PM (17 years ago)
Author:
bills
Message:

Look up "LOW" in masks instead of "BAD"

File:
1 edited

Legend:

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

    r21364 r23534  
    2727
    2828    // mask for below-range data  (default to RANGE if not defined)
    29     options->badMask = pmConfigMaskGet("BAD", config);
    30     psAssert (options->badMask, "bad mask not set");
     29    options->badMask = pmConfigMaskGet("LOW", config);
     30    psAssert (options->badMask, "low mask not set");
    3131
    3232    // save MASK and MARK on the PSPHOT recipe
Note: See TracChangeset for help on using the changeset viewer.