IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 29, 2006, 5:27:19 PM (19 years ago)
Author:
magnier
Message:

setting the stats for clipping

File:
1 edited

Legend:

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

    r10410 r10859  
    226226    line->coeff[1][1] = 0;
    227227
    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);
    229231    stats->clipSigma = rej;
    230232    stats->clipIter = nIter;
Note: See TracChangeset for help on using the changeset viewer.