IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23607


Ignore:
Timestamp:
Mar 30, 2009, 2:18:57 PM (17 years ago)
Author:
Paul Price
Message:

Merging trunk to get recent fix.

Location:
branches/pap/ppImage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppImage

  • branches/pap/ppImage/src/ppImageSetMaskBits.c

    r21364 r23607  
    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    if (!options->badMask) {
     31        // XXX look up old name for backward compatability
     32        options->badMask = pmConfigMaskGet("BAD", config);
     33    }
     34    psAssert (options->badMask, "low mask not set");
    3135
    3236    // save MASK and MARK on the PSPHOT recipe
Note: See TracChangeset for help on using the changeset viewer.