turbulencelyon / 4d-ptv

General toolbox for 4D Particle Tracking Velocimetry. Allows you to track in space and time hundreds or a few thousand of lagrangian tracers in a flow.
Other
9 stars 6 forks source link

Rescue stm python #3

Closed paugier closed 4 years ago

paugier commented 4 years ago

Now the Python version is as fast as the C++ one (actually a bit faster at home) !

jsalort commented 4 years ago

Great work!

ddumont-2607 commented 4 years ago

Now the Python version is as fast as the C++ one (actually a bit faster at home) !

Thanks! It remains a difference with the C++ code: in the Python code there is no parameter to set the minimum distance between two matches with the same ray. We noted that without such a parameter, wrong matches were found. Could you add this parameter in the Python code? It should correspond to the parameter multiplematchesperraymindistance of the C++ code. Thanks a lot!