From 3dfaec66b1c4b3c48ae5f4d65b2f70f5a385ef26 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Thu, 15 Oct 2009 14:35:50 +0000 Subject: [PATCH] ENH: OBLIQUE cases in the image_orientation_label --- invesalius/reader/dicom_grouper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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