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

Enhancement required in CSV handling process #27

Closed messyblanket closed 3 years ago

messyblanket commented 3 years ago

My experience:

Suggestion: The function works in such a way that it looks for an existing corrected folder, checks if there is data in it and asks the user if that should be used instead. Suggestion 2: The program has a feature to save the previous state of GUI as the ability to restore previous session (the folders, the image numbers, etc.).

@dmitrypuzyrev @adithyaOvGu What are your thoughts on the suggestions?

a-niem commented 3 years ago

The first suggestion is implemented in 466dbfa.

a-niem commented 3 years ago

Is resolved with PR #19.