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

Fixed number changes and program crashes #54

Closed a-niem closed 2 years ago

a-niem commented 2 years ago

The ChangeRodNumberAction is replaced with a combination of CreateRodAction and DeleteRodAction to address the second part of issue #52.

The "main" rod position data is moved out of the mainwindow and is being protected by a QReadWriteLock. This shall avoid data access by multiple threads at the "same" time. This addresses the first part and completes the second part of issue #52.

53 is addressed as well, by regenerating the tree view after permanently removing rods.

  1. This rod cannot be selected from the list of rods on the right

The described behavior is not occurring anymore.