IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 11, 2007, 2:35:43 PM (19 years ago)
Author:
eugene
Message:

need to enable more stats options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageOptions.c

    r13593 r13761  
    147147
    148148        // What method do we use to measure the overscan statistics?
     149        // XXX allow user to specify psStats types by name
    149150        psStats *overscanStats = NULL;  // Statistics for overscan
    150151        psString stat = psMetadataLookupStr(NULL, recipe, "OVERSCAN.STAT");
    151152        if (! strcasecmp(stat, "MEAN")) {
     153            // overscanStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN);
    152154            overscanStats = psStatsAlloc(PS_STAT_SAMPLE_MEAN);
    153155        } else if (! strcasecmp(stat, "MEDIAN")) {
Note: See TracChangeset for help on using the changeset viewer.