soft-matter / trackpy

Python particle tracking toolkit
http://soft-matter.github.io/trackpy
Other
445 stars 131 forks source link

Cannot find docs on reconnect_traj_patch. #647

Closed loomcode closed 3 years ago

loomcode commented 3 years ago

Hello and thank you for the project! It's been very helpful. I'd like to run tracking in parallel and the trackpy.link_partial documentation says: _The description for A dataset can be divided into several patches (time intervals) and linked separately with this function, for e.g. parallel processing. The results can then be stitched back together with reconnect_trajpatch(). The issue is that the link to reconnect_traj_patch is broken and I can't find any documentation for how to use it. I also can't find a reference to the function in my copy (version 0.4.2). Any guidance would be great. Thank you.

nkeim commented 3 years ago

Thanks! You should be able to get more information (including the documentation text for reconnect_traj_patch() from the source code. I'll leave this open so that we fix the online documentation.

loomcode commented 3 years ago

Awesome! I'll try it out tomorrow. Thanks!

jackyko1991 commented 1 year ago

This issue seems still not fixed after an year.

nkeim commented 1 year ago

Thanks for noting this @jackyko1991 . The related PR #648 was made when our automated build system was in flux; now it just needs a rebase before we can merge it. I added it to the 0.6 milestone.