IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30050 for trunk


Ignore:
Timestamp:
Dec 15, 2010, 1:52:24 PM (15 years ago)
Author:
bills
Message:

initialize mask stamp image to BLANK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampMakeStamp.c

    r29885 r30050  
    320320        }
    321321        if (readout->mask) {
    322             outReadout->mask = extractStamp(readout->mask, extractRegion,  0);
     322            psImageMaskType maskInitValue = pmConfigMaskGet("BLANK", config);
     323            outReadout->mask = extractStamp(readout->mask, extractRegion,  maskInitValue);
    323324            if (!outReadout->mask) {
    324325                psError(PS_ERR_UNKNOWN, false, "failed to create postage stamp mask image\n");
Note: See TracChangeset for help on using the changeset viewer.