ANP-Granular / ParticleTracking

Library and GUI for tracking (rod-like) particles on camera images in 2D and 3D
https://particletracking.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 2 forks source link

Incorrect loading of `seen` #63

Open a-niem opened 1 year ago

a-niem commented 1 year ago

During loading of the *.csv files the seen columns assign a 1 to any non-zero element. This is not intended, as some files from indicate that a rod is not seen by using a value of -1. This is a bug itself.

The correct behavior is to assign an unseen to any elements that are not 1.