IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2008, 6:23:02 PM (18 years ago)
Author:
eugene
Message:

set mask bits based on recipe and input mask image headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ppImage/src/ppImageOptions.c

    r17688 r18430  
    191191
    192192    // Mask recipe options
     193    // XXX we cannot set these values here; wait until just before ppImageDetrend
    193194    options->doMask = psMetadataLookupBool(NULL, recipe, "MASK");
     195
     196# if (0)   
    194197    const char *masks = psMetadataLookupStr(&status, recipe, "MASK.VALUE");
    195198    if (status) {
     
    201204    options->blankMask = pmConfigMask("BLANK", config);
    202205    // XXX should it be an error for these to not exist?
     206# endif
    203207
    204208    options->doBias = psMetadataLookupBool(NULL, recipe, "BIAS");
Note: See TracChangeset for help on using the changeset viewer.