Commit e3a213afd33c8006c4c193b4368c67c640361400

Authored by Paulo Henrique Junqueira Amorim
1 parent 25ff6f47

FIX: Bug open image in orientation Sagital and Coronal

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/reader/dicom_grouper.py
... ... @@ -330,7 +330,7 @@ class DicomGroups:
330 330 next_position = information.image.position
331 331  
332 332 try:
333   - image_orientation_label = self.groups_dcm.keys()[3]
  333 + image_orientation_label = self.groups_dcm.keys()[x][3]
334 334 except(IndexError):
335 335 image_orientation_label = None
336 336  
... ...