IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 5:36:22 PM (20 years ago)
Author:
Paul Price
Message:

Enabling iteration on shutter measurement.

File:
1 edited

Legend:

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

    r9325 r9341  
    4040    options->stdev = PS_STAT_SAMPLE_STDEV;
    4141    options->shutterSize = 10;
     42    options->shutterIter = 2;
     43    options->shutterRej = 3.0;
    4244    options->onOff = 0;
    4345    options->combine = pmCombineParamsAlloc(PS_STAT_SAMPLE_MEAN);
     
    129131    OPTION_PARSE(options->combine->nKeep,    recipe, "NKEEP",     S32 );
    130132    OPTION_PARSE(options->combine->maskVal,  recipe, "MASKVAL",   S32 );
    131     OPTION_PARSE(options->shutterSize,       recipe, "SHUTTERSIZE", S32 );
     133    OPTION_PARSE(options->shutterSize,       recipe, "SHUTTER.SIZE", S32 );
     134    OPTION_PARSE(options->shutterIter,       recipe, "SHUTTER.ITER", S32 );
     135    OPTION_PARSE(options->shutterRej,        recipe, "SHUTTER.REJECT", S32 );
     136
    132137    options->combine->combine = parseStat(recipe, "COMBINE");
    133138    options->mean             = parseStat(recipe, "MEAN");
Note: See TracChangeset for help on using the changeset viewer.