IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2006, 10:54:09 AM (20 years ago)
Author:
magnier
Message:

new psImageBackground API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmMaskBadPixels.c

    r10080 r10179  
    9999    }
    100100
     101    // XXX note that this now will accept any of several stats options
    101102    psStats *stats = psImageBackground(image, mask, maskVal, 0.25, 0.75,
    102                                        frac * image->numCols * image->numRows, rng); // Image statistics
     103                                       frac * image->numCols * image->numRows, PS_STAT_ROBUST_MEDIAN, rng); // Image statistics
    103104    if (!stats || !isfinite(stats->robustMedian) || !isfinite(stats->robustUQ) ||
    104105            !isfinite(stats->robustLQ)) {
Note: See TracChangeset for help on using the changeset viewer.