Page MenuHomePhabricator

Clarify / remove axis-labeling for anatomical planes
Open, LowPublic

Assigned To
None
Authored By
kalali
Jun 10 2022, 12:21 PM
Referenced Files
F2545551: image.png
Jun 10 2022, 12:21 PM
F2545549: image.png
Jun 10 2022, 12:21 PM

Description

In several locations in MITK two labels for view directions are used, e.g. x (Sagittal) or x-Direction (Frontal).
The problem, as far as I see, is that it is not clearly defined inside MITK / ITK how the x-y-z axes are placed inside the body / anatomical planes.

Our render windows show the three anatomical planes (axial, sagittal, coronal) but they do not give a hint to the x-y-z-coordinates. Should we remove the x-y-z labeling / naming on the code base and solely rely on the anatomical planes?

Two examples are given here as screenshots; as you can see they even differ in their mapping of the anatomical planes to the axes:
From QmitkInteractiveTransformationWidgetControls.ui

image.png (749×857 px, 28 KB)

From QmitkRegistrationManipulationWidget.ui

image.png (638×756 px, 27 KB)

In the latter there are even different names for the anatomical planes used (discovered while working on T29207: Remove "Frontal" and "Transversal" as view direction from the code base).