- Timestamp:
- Jan 28, 2009, 2:51:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/psphot/src/psphotFindFootprints.c
r21183 r21213 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.
