3dct / open_iA

A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
GNU General Public License v3.0
40 stars 16 forks source link

2D View (slicer) not updating after change of dateset position #65

Open lukasbehammer opened 8 months ago

lukasbehammer commented 8 months ago

The position of the dataset in the slicer is not updated, when the dataset position is update manually.

codeling commented 5 months ago

This is as currently intended: The slicer works in local (voxel) coordinates of the (first) volume dataset.

It would be a good idea to redesign the slicer to work based on global coordinates; this would require some UI redesign as well, since the current slice numbers (given in voxel coordinates of the first dataset) aren't really helpful in a global context.