Changeset 18582
- Timestamp:
- Jul 16, 2008, 1:06:36 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotChoosePSF.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotChoosePSF.c
r18555 r18582 64 64 assert (status); 65 65 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); 67 69 68 70 // dimensions of the field for which the PSF is defined
Note:
See TracChangeset
for help on using the changeset viewer.
