Changeset 5048 for trunk/psphot/src/psphotSourceStats.c
- Timestamp:
- Sep 13, 2005, 3:35:20 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceStats.c
r4977 r5048 28 28 // measure a local sky value 29 29 // XXX EAM : this should use ROBUST not SAMPLE median, but it is broken 30 status = pmSourceLocalSky _EAM(source, PS_STAT_SAMPLE_MEDIAN, INNER);30 status = pmSourceLocalSky (source, PS_STAT_SAMPLE_MEDIAN, INNER); 31 31 if (!status) { 32 32 psFree (source); … … 36 36 // measure basic source moments 37 37 // XXX EAM : choose between these two versions 38 status = pmSourceMoments _EAM(source, RADIUS);38 status = pmSourceMoments (source, RADIUS); 39 39 if (!status) { 40 40 psFree (source);
Note:
See TracChangeset
for help on using the changeset viewer.
