IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2010, 2:35:32 AM (16 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/pstamp/src/ppstampMakeStamp.c

    r29388 r29906  
    327327            }
    328328
    329             if (!setMaskedToNAN(config, outReadout->image, outReadout->mask, outReadout->variance)) {
     329            if (options->censorMasked && !setMaskedToNAN(config, outReadout->image, outReadout->mask, outReadout->variance)) {
    330330                 psError(PS_ERR_UNKNOWN, false, "failed to create postage stamp mask image\n");
    331331                 status = false;
Note: See TracChangeset for help on using the changeset viewer.