IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 5, 2005, 8:44:00 PM (21 years ago)
Author:
eugene
Message:

adding pmObjects stuff

File:
1 edited

Legend:

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

    r4946 r4949  
    1919
    2020        // create a new source, add peak
    21         psSource *source = pmSourceAlloc();
    22         source->peak = (psPeak *)psMemCopy(peaks->data[i]);
     21        pmSource *source = pmSourceAlloc();
     22        source->peak = (pmPeak *)psMemCopy(peaks->data[i]);
    2323
    2424        // allocate image, noise, mask arrays for each peak (square of radius OUTER)
Note: See TracChangeset for help on using the changeset viewer.