Changeset 32629
- Timestamp:
- Nov 8, 2011, 2:42:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/Ohana/src/addstar/src/find_matches_closest.c
r28840 r32629 132 132 } 133 133 134 /* this block will match a given detection to the closest object within range of that detection. 135 XXX note that this matches ALL detections within range of the single object to that same object 136 this is bad, but I cannot just go in linear order (ie, mark off each object as they are 137 used). I should make a list of all Nobj * Ndet pairs in range and choose the matches 138 based on their separations. UGH 139 */ 140 134 141 /* within match range; look for matches */ 135 142 Jmin = -1;
Note:
See TracChangeset
for help on using the changeset viewer.
