soft-matter / trackpy

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

Non-circular search space #639

Open thorstenwagner opened 3 years ago

thorstenwagner commented 3 years ago

Hi,

is it somehow possible to define a non-circular search space like searching for the next particle only in a certain direction? Using the search radius, it will be always circular.

Best, Thorsten

nkeim commented 3 years ago

Hi! Have you checked out the prediction tutorial?

Nathan

On Jan 25, 2021, at 11:22 AM, Thorsten Wagner notifications@github.com wrote:



Hi,

is it somehow possible to define a non-circular search space like searching for the next particle only in a certain direction? Using the search radius, it will be always circular.

Best, Thorsten

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/soft-matter/trackpy/issues/639, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAWY23LZIGMK67FROR7V2N3S3WLFDANCNFSM4WR76HMQ.

rbnvrw commented 3 years ago

See http://soft-matter.github.io/trackpy/v0.4.2/tutorial/prediction.html Let us know if this solves your issue.