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

Tree view for loaded rod position data #44

Closed a-niem closed 2 years ago

a-niem commented 2 years ago

ListOfRods_NewGUI This implements a tree view on the loaded rod data, with a focus on their seen status. This tree is updated throughout the working progress and adjusts to the displayed frame/color of rods automatically. This means it expands the corresponding frame and color node while collapsing any previously opened ones. This tree view can also be used to select rods by clicking the respective node. It will also adjust the displayed frame/color of rods automatically. This update also adjusts the process of how rods' seen status is updated during adjustments and how it is propagated through the program. It is now passed through the program using the backend.logger.Action classes.

dmitrypuzyrev commented 2 years ago

There are 2 minor problems with the tree view: