Changeset 8470 for trunk/psphot/src/psphotSourceStats.c
- Timestamp:
- Aug 22, 2006, 9:57:51 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceStats.c
r7758 r8470 22 22 // create a new source, add peak 23 23 pmSource *source = pmSourceAlloc(); 24 source->peak = (pmPeak *)psMem Copy(peaks->data[i]);24 source->peak = (pmPeak *)psMemIncrRefCounter(peaks->data[i]); 25 25 26 26 // allocate image, weight, mask arrays for each peak (square of radius OUTER)
Note:
See TracChangeset
for help on using the changeset viewer.
