diff --git a/invesalius/reader/dicom_grouper.py b/invesalius/reader/dicom_grouper.py index a0f7e81..672a4de 100644 --- a/invesalius/reader/dicom_grouper.py +++ b/invesalius/reader/dicom_grouper.py @@ -51,7 +51,7 @@ # and # were swapped -ORIENT_MAP = {"SAGITTAL":0, "CORONAL":1, "AXIAL":2} +ORIENT_MAP = {"SAGITTAL":0, "CORONAL":1, "AXIAL":2, "OBLIQUE":2} class DicomGroup: -- libgit2 0.21.2