diff --git a/invesalius/reader/dicom_grouper.py b/invesalius/reader/dicom_grouper.py index 990c787..fe84bda 100644 --- a/invesalius/reader/dicom_grouper.py +++ b/invesalius/reader/dicom_grouper.py @@ -330,7 +330,7 @@ class DicomGroups: next_position = information.image.position try: - image_orientation_label = self.groups_dcm.keys()[3] + image_orientation_label = self.groups_dcm.keys()[x][3] except(IndexError): image_orientation_label = None -- libgit2 0.21.2