Changeset 20977
- Timestamp:
- Dec 14, 2008, 9:16:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081214/psphot/src/psphotFindFootprints.c
r20831 r20977 54 54 if (pass == 2) { 55 55 // merge in old peaks; 56 const int includePeaks = 0x0 | 0x2; // i.e. just from newFootprints 57 58 // XXX EAM : still not sure I understand this: are we double-couning or undercounting peaks56 // XXX old version: 57 // const int includePeaks = 0x02; // i.e. just from newFootprints 58 const int includePeaks = 0x01 | 0x02; // keep the peaks from the old footprints 59 59 60 60 psArray *mergedFootprints = pmFootprintArraysMerge(detections->footprints, footprints, includePeaks);
Note:
See TracChangeset
for help on using the changeset viewer.
