diff --git a/invesalius/control.py b/invesalius/control.py index 980cb2c..90b0938 100755 --- a/invesalius/control.py +++ b/invesalius/control.py @@ -331,7 +331,7 @@ class Controller(): patients_groups = dcm.GetDicomGroups(directory) if len(patients_groups): group = dcm.SelectLargerDicomGroup(patients_groups) - imagedata, dicom = self.OpenDicomGroup(group, 0, gui=True) + imagedata, dicom = self.OpenDicomGroup(group, 0, [0,0],gui=True) self.CreateDicomProject(imagedata, dicom) # OPTION 2: ANALYZE? else: -- libgit2 0.21.2