soft-matter / trackpy

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

Color-coded trajectories tangling together #669

Closed annezhou94 closed 3 years ago

annezhou94 commented 3 years ago

Hi, I am using this package for protein tracking in TIRF experiments. When it generates the trajectories I noticed that some spots have multiple trajectories tangling together. I am wondering if that means two spots coming to together or is it for some other reasons. Thanks! tangled

caspervdw commented 3 years ago

It is hard to judge from this image whether these are multiple objects tangling together, or just a single one that “blinks” in and out of the image and consequently is identified by trackpy as multiple ones.

I would suggest inspecting the dataframe and plotting for instance the number of particles per timeframe.

caspervdw commented 3 years ago

As this question is not related to trackpy itself, but to interpreting the trajectories, I’ll close the issue. If you have any questions about the usage of trackpy please don’t hestitate to reopen this or open a new issue.