IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 24, 2007, 11:12:52 AM (19 years ago)
Author:
eugene
Message:

added options for per-readout vs per-chip stats

File:
1 edited

Legend:

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

    r15862 r15914  
    5151    options->maskBad = 10.0;
    5252    options->maskMode = PM_MASK_ID_VALUE;
     53    options->statsByChip = true;
    5354    options->onOff = 0;
    5455    options->combine = pmCombineParamsAlloc(PS_STAT_SAMPLE_MEAN);
     
    154155    OPTION_PARSE(options->maskSuspect,       recipe, "MASK.SUSPECT",   F32);
    155156    OPTION_PARSE(options->maskBad,           recipe, "MASK.BAD",       F32);
     157    OPTION_PARSE(options->statsByChip,       recipe, "STATS.BY.CHIP",  Bool);
    156158
    157159    const char *masks = psMetadataLookupStr(NULL, recipe, "MASKVAL");
Note: See TracChangeset for help on using the changeset viewer.