IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10860


Ignore:
Timestamp:
Dec 29, 2006, 5:31:59 PM (19 years ago)
Author:
eugene
Message:

setting the stats for clipping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotApResid.c

    r10828 r10860  
    138138
    139139    // 3hi/1lo sigma clipping on the rflux vs metric fit
    140     psStats *stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV);
     140    psStats *stats = psStatsAlloc (PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV);
    141141    stats->min = 2.0;
    142142    stats->max = 3.0;
Note: See TracChangeset for help on using the changeset viewer.