Changeset 10859 for trunk/psModules/src/detrend/pmShutterCorrection.c
- Timestamp:
- Dec 29, 2006, 5:27:19 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmShutterCorrection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmShutterCorrection.c
r10410 r10859 226 226 line->coeff[1][1] = 0; 227 227 228 psStats *stats = psStatsAlloc(0); 228 // the stats structure determines how the clipping statistic is measured 229 // too few points to use the robust analysis method 230 psStats *stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV); 229 231 stats->clipSigma = rej; 230 232 stats->clipIter = nIter;
Note:
See TracChangeset
for help on using the changeset viewer.
