- Timestamp:
- Sep 7, 2007, 10:27:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070830/psModules/src/detrend/pmMaskBadPixels.c
r13591 r14779 112 112 psStats *stats = psStatsAlloc(PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV); 113 113 stats->nSubsample = frac * image->numCols * image->numRows; 114 if (!psImageBackground(stats, image, mask, maskVal, rng) ||114 if (!psImageBackground(stats, NULL, image, mask, maskVal, rng) || 115 115 !isfinite(stats->robustMedian) || !isfinite(stats->robustUQ) || !isfinite(stats->robustLQ)) { 116 116 psError(PS_ERR_UNKNOWN, false, "Unable to measure image statistics.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
