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

Rod deletion not possible #26

Closed messyblanket closed 3 years ago

messyblanket commented 3 years ago

Possible duplicates or errors on the CSV would want the user to not disrupt the workflow by researching on how to replace the rod and would want a quick fix to delete the rod instead. Suggestion : A warning to the user when the rod number is empty, attempting to delete rod, and replacing the x,y value of that view to 0,0. In that way, the user can change it to its intended position it when they come to it.

a-niem commented 3 years ago

I think an additional warning is not necessary as the rod immediatly disappears, the deletion is logged and it can easily be reverted.

a-niem commented 3 years ago

Is resolved with PR #19.