Changeset 13348 for trunk/psphot/src/psphotReadout.c
- Timestamp:
- May 11, 2007, 3:29:57 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r13304 r13348 170 170 psArray *newFootprints = psphotFindPeaks (readout, recipe, useFootprints, 2); 171 171 172 psphotCullPeaks(readout , recipe, newFootprints);172 psphotCullPeaks(readout->image, readout->weight, recipe, newFootprints); 173 173 174 174 newPeaks = pmFootprintArrayToPeaks(newFootprints);
Note:
See TracChangeset
for help on using the changeset viewer.
