IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11172


Ignore:
Timestamp:
Jan 18, 2007, 6:53:56 PM (19 years ago)
Author:
eugene
Message:

pmPeak->counts to value

File:
1 edited

Legend:

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

    r10267 r11172  
    9999    status = pmSourceMoments (source, mRADIUS);
    100100    if (!status) psAbort ("fitsource", "pmSourceLocalSky error");
    101     source->peak->counts = source->moments->Peak;
     101    source->peak->value = source->moments->Peak;
    102102
    103103    fprintf (stderr, "sum: %f @ (%f, %f)\n", source->moments->Sum, source->moments->x, source->moments->y);
Note: See TracChangeset for help on using the changeset viewer.