soft-matter / trackpy

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

tp.batch not detecting particles in every frame #696

Open Samuec opened 2 years ago

Samuec commented 2 years ago

I am encountering an issue with tp.batch.

When applied around 90% of the frames work, and particles are detected, however the remainder 0 particles are found.

When i then use tp.locate with the same settings as tp.batch on the frames which have failed, particles are detected.

Any advice regarding this issue would be wonderful.