Could someone explain the output of SimpleITK.GetDirection()
and how is related to DICOM standard Image Orientation (Patient) header and NIFTI? Eventually, I would like to get the right Image Orientation (Patient) given a cut e.g. axial, sagittal, coronal.
I am aware of the example, https://simpleitk.readthedocs.io/en/next/Examples/DicomSeriesFromArray/Documentation.html. However, why Image Orientation (Patient) is set the way is set, it's not clear to me.