IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2007, 12:52:30 PM (18 years ago)
Author:
eugene
Message:

modification to the grow algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeOptions.c

    r15914 r15953  
    6464    options->satMask = 0x00;
    6565    options->badMask = 0x00;
     66    options->growPixels = 0;
    6667    return options;
    6768}
     
    156157    OPTION_PARSE(options->maskBad,           recipe, "MASK.BAD",       F32);
    157158    OPTION_PARSE(options->statsByChip,       recipe, "STATS.BY.CHIP",  Bool);
     159    OPTION_PARSE(options->growPixels,        recipe, "MASK.GROW.NPIX", S32);
    158160
    159161    const char *masks = psMetadataLookupStr(NULL, recipe, "MASKVAL");
Note: See TracChangeset for help on using the changeset viewer.