IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15914


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

added options for per-readout vs per-chip stats

Location:
trunk/ppMerge/src
Files:
2 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");
  • trunk/ppMerge/src/ppMergeOptions.h

    r15862 r15914  
    3737    float maskSuspect;                  // Threshold for identifying suspect pixels
    3838    float maskBad;                      // Threshold for identifying bad pixels
     39    bool statsByChip;                   // measure statistics for masking by chip or readout?
    3940    pmMaskIdentifyMode maskMode;        // how to set the limit based on the threshold value above?
    4041    ppOnOff onOff;                      // On/off pairs?
Note: See TracChangeset for help on using the changeset viewer.