TomographicImaging / iDVC

Digital Volume Correlation user interface
Apache License 2.0
4 stars 1 forks source link

Remove view vectors button #277

Open DanicaSTFC opened 3 weeks ago

DanicaSTFC commented 3 weeks ago

In DVC Results tab, the button could be removed and the method invoked could be called when the other widgets are changed.

This is not an easy fix. The "View" combobox to select the pointcloud or the vectors is linked to the "enable/disable" of the min and max. The min is then used as a checker in https://github.com/TomographicImaging/iDVC/blob/c412e510456c226ba05c8ea1434c37e93e65cd27/src/idvc/dvc_interface.py#L3732-L3738 Which should be replaced with something else.

See PR #231 for some preliminary work on this.