Changeset 27673 for trunk/psphot/src/psphotFindFootprints.c
- Timestamp:
- Apr 13, 2010, 4:43:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindFootprints.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindFootprints.c
r26894 r27673 55 55 } 56 56 57 psphotCullPeaks(readout ->image, readout->variance, recipe, detections->footprints);57 psphotCullPeaks(readout, recipe, detections->footprints); 58 58 detections->peaks = pmFootprintArrayToPeaks(detections->footprints); 59 59 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.
