IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18582


Ignore:
Timestamp:
Jul 16, 2008, 1:06:36 PM (18 years ago)
Author:
eugene
Message:

use SAMPLE not ROBUST stast for psf parameter clipping

File:
1 edited

Legend:

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

    r18555 r18582  
    6464    assert (status);
    6565
    66     options->stats = psStatsAlloc (PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV);
     66    // XXX ROBUST seems to be too agressive given the small numbers. 
     67    // options->stats = psStatsAlloc (PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV);
     68    options->stats = psStatsAlloc (PS_STAT_SAMPLE_MEDIAN | PS_STAT_SAMPLE_STDEV);
    6769
    6870    // dimensions of the field for which the PSF is defined
Note: See TracChangeset for help on using the changeset viewer.