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

Suggestion: adjust zoom in/out increment #67

Open dmitrypuzyrev opened 1 year ago

dmitrypuzyrev commented 1 year ago

Not sure if it is resolution-dependent, but for me changes in zoom levels are too large - for example, I would like to zoom in once so that all rods are usually still seen (while "dead zones" of the upper and lower wall are out of the view), but first zoom in level is a little bit too high for that.

a-niem commented 1 year ago

To find a value, that is feels better for you can change the factor values in lines 916 & 918 of the eventFilter() function in mainwindow.py.

The current value was chosen arbitrarily, so feel free to make a suggestion for an improved value.