Changeset 38629
- Timestamp:
- Jul 23, 2015, 8:48:12 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/src
- Files:
-
- 2 edited
-
merge_catalogs_old.c (modified) (1 diff)
-
replace_match.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/src/merge_catalogs_old.c
r38468 r38629 217 217 // XXX this does not support lensing measurements 218 218 int Mout = output[0].average[n].measureOffset; 219 if (replace_match (&output[0].average[n], &output[0].measure[Mout], &input[0].average[N], &input[0].measure[offset])) {219 if (replace_match (&output[0].average[n], &output[0].measure[Mout], &input[0].average[N], &input[0].measure[offset])) { 220 220 input[0].found_t[N] = Mout; 221 221 continue; -
branches/eam_branches/ipp-20150625/Ohana/src/dvomerge/src/replace_match.c
r37046 r38629 1 1 # include "dvomerge.h" 2 3 // XXX this function does not work because it it loops over the average->Nmeasure entries 4 // as if they were sorted, but objects which have had entries added to them have elements 5 // out of sequence. I probably need to step through next_meas to find the sequence. 2 6 3 7 // average and measure pointers to the objects of interest and their first / current measurement … … 7 11 unsigned int averef; 8 12 unsigned int catID; 13 14 myAbort ("fix this function to use next_meas to loop over measurements for an object"); 9 15 10 16 // find the matching photcode in the object's list of measurements
Note:
See TracChangeset
for help on using the changeset viewer.
