Changeset 16769
- Timestamp:
- Feb 29, 2008, 5:14:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080229/psphot/src/psphotFindDetections.c
r16760 r16769 55 55 // merge in old peaks; 56 56 const int includePeaks = 0x0 | 0x2; // i.e. just from newFootprints 57 58 psLogMsg ("psphot", PS_LOG_INFO, "merging %ld new footprints into %ld existing ones\n", footprints->n, detections->footprints->n); 57 59 psArray *mergedFootprints = pmMergeFootprintArrays(detections->footprints, footprints, includePeaks); 58 60 psFree(footprints); … … 64 66 65 67 psphotCullPeaks(readout->image, readout->weight, recipe, detections->footprints); 66 detections->peaks = pmFootprintArrayToPeaks(footprints); 68 detections->peaks = pmFootprintArrayToPeaks(detections->footprints); 69 psLogMsg ("psphot", PS_LOG_INFO, "peaks: %ld, total footprints: %ld\n", detections->peaks->n, detections->footprints->n); 67 70 68 71 return detections;
Note:
See TracChangeset
for help on using the changeset viewer.
