IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2005, 3:35:20 PM (21 years ago)
Author:
eugene
Message:

substantial work to match with psLib v.7

File:
1 edited

Legend:

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

    r4977 r5048  
    2828        // measure a local sky value
    2929        // 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);
    3131        if (!status) {
    3232          psFree (source);
     
    3636        // measure basic source moments
    3737        // XXX EAM : choose between these two versions
    38         status = pmSourceMoments_EAM (source, RADIUS);
     38        status = pmSourceMoments (source, RADIUS);
    3939        if (!status) {
    4040          psFree (source);
Note: See TracChangeset for help on using the changeset viewer.