Commit 3dfaec66b1c4b3c48ae5f4d65b2f70f5a385ef26
1 parent
d6c3efa5
Exists in
master
and in
6 other branches
ENH: OBLIQUE cases in the image_orientation_label
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/reader/dicom_grouper.py
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | # <dicom.image.number> and <dicom.acquisition.series_number> | 51 | # <dicom.image.number> and <dicom.acquisition.series_number> |
52 | # were swapped | 52 | # were swapped |
53 | 53 | ||
54 | -ORIENT_MAP = {"SAGITTAL":0, "CORONAL":1, "AXIAL":2} | 54 | +ORIENT_MAP = {"SAGITTAL":0, "CORONAL":1, "AXIAL":2, "OBLIQUE":2} |
55 | 55 | ||
56 | 56 | ||
57 | class DicomGroup: | 57 | class DicomGroup: |