IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2005, 5:33:01 PM (21 years ago)
Author:
eugene
Message:

psphot reorganization: merged in pmObjects code from psModule, modified to work with psLib 0.7.0

File:
1 edited

Legend:

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

    r4949 r4954  
    3535
    3636        // measure basic source moments
    37         status = pmSourceMoments (source, RADIUS);
     37        // XXX EAM : choose between these two versions
     38        status = pmSourceMoments_EAM (source, RADIUS);
    3839        if (!status) {
    3940          psFree (source);
Note: See TracChangeset for help on using the changeset viewer.