Changeset 4949 for trunk/psphot/src/psphotSourceStats.c
- Timestamp:
- Sep 5, 2005, 8:44:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceStats.c
r4946 r4949 19 19 20 20 // create a new source, add peak 21 p sSource *source = pmSourceAlloc();22 source->peak = (p sPeak *)psMemCopy(peaks->data[i]);21 pmSource *source = pmSourceAlloc(); 22 source->peak = (pmPeak *)psMemCopy(peaks->data[i]); 23 23 24 24 // allocate image, noise, mask arrays for each peak (square of radius OUTER)
Note:
See TracChangeset
for help on using the changeset viewer.
