IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19269


Ignore:
Timestamp:
Aug 28, 2008, 2:49:34 PM (18 years ago)
Author:
Paul Price
Message:

Fixing compilation error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r19268 r19269  
    758758
    759759        // Ensure masked regions really look masked
    760         if (!pmReadoutMaskApply(outRO, maskBad)) {
    761             psWarning("Unable to apply mask");
     760        {
     761            psString maskBadStr = psMetadataLookupStr(NULL, recipe, "MASK.BAD"); // Name of bits for bad
     762            psMaskType maskBad = pmConfigMaskGet(maskBadStr, config); // Bits to mask for bad pixels
     763            if (!pmReadoutMaskApply(outRO, maskBad)) {
     764                psWarning("Unable to apply mask");
     765            }
    762766        }
    763767
Note: See TracChangeset for help on using the changeset viewer.