IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 4:02:42 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/ppImage/src/ppImageSetMaskBits.c

    r24079 r25406  
    3838    psAssert (options->lowMask, "low mask not set");
    3939
     40    // mask for suspect regions due to burntool
     41    options->burntoolMask = pmConfigMaskGet("BURNTOOL",config);
     42    psAssert (options->burntoolMask, "burntool mask not set");
     43   
    4044    // save MASK and MARK on the PSPHOT recipe
    4145    psMetadata *recipe = psMetadataLookupPtr (NULL, config->recipes, PSPHOT_RECIPE);
Note: See TracChangeset for help on using the changeset viewer.