Eggeling-Lab-Microscope-Software / TRAIT2D

TRAIT2D is a cross-platform Python software package with compilable graphical user interfaces (GUIs) to support Single Particle Tracking experiments.
GNU General Public License v3.0
10 stars 10 forks source link

Fix analysis GUI warnings and Simulator GUI error. #63

Closed john-wigg closed 2 years ago

john-wigg commented 2 years ago

Fixes the warnings emitted by the ADC analysis tab of the analysis GUI. Closes #51.

Also fixes the error when using the default values in the simulator GUI (was caused by the default value for the seed being None which couldn't be converted back to an integer). So I think this closes #50 as well.