Changeset 21366 for trunk/psphot/src/psphotFindFootprints.c
- Timestamp:
- Feb 5, 2009, 5:03:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindFootprints.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindFootprints.c
r21183 r21366 68 68 } 69 69 70 psphotCullPeaks(readout->image, readout-> weight, recipe, detections->footprints);70 psphotCullPeaks(readout->image, readout->variance, recipe, detections->footprints); 71 71 detections->peaks = pmFootprintArrayToPeaks(detections->footprints); 72 72 psLogMsg ("psphot", PS_LOG_INFO, "%ld peaks, %ld total footprints: %f sec\n", detections->peaks->n, detections->footprints->n, psTimerMark ("psphot.footprints"));
Note:
See TracChangeset
for help on using the changeset viewer.
