VisIVOLab / ViaLacteaVisualAnalytics

ViaLactea Visual Analytics combines different types of visualization to analyze correlations between different kinds of data, such as 2D intensity images with 3D molecular spectral cubes.
Apache License 2.0
6 stars 1 forks source link

Fix for issue #88 re slider bounds on scaled datacubes. Fixed same is… #90

Closed Pietersielie closed 1 year ago

Pietersielie commented 1 year ago

…sue on slice position spinbox. Also fixed issue where slider position if changed by method other than click and drag didn't update slice position. Can revert that change if it was intended behaviour.

gtudisco commented 1 year ago

This does not fix issue VisIVOLab/VisIVOVisualAnalytics#19. It's the position of the slice within the datacube that must be fixed, not the slider's range. Slider and SpinBox ranges were correct and allowed the render window on the right to show ALL the slices.

Pietersielie commented 1 year ago

Apologies, I misunderstood the bug then. I worked off the notes I took in our meeting, I'll get back to fixing it properly then.