soft-matter / trackpy

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

Filter spurious trajectories shows After: 0 #671

Closed besbesmany closed 3 years ago

besbesmany commented 3 years ago

this makes all next code of walkthrough.ipynb not working

what should I do

1

b-grimaud commented 3 years ago

filter_stubs probably filtered all of your trajectories. Try changing the length cutoff to something lower than 25.

besbesmany commented 3 years ago

thank you