IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2010, 3:29:11 PM (16 years ago)
Author:
bills
Message:

in pstamp_job_run.pl If the input images are not magicked do not set masked pixels to NAN.
in ppstamp add a flag to ppstamp to not censor (set to NAN) masked pixels.
(Default is to censor)

File:
1 edited

Legend:

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

    r29388 r29885  
    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.