From a1e6c2e2bcc372f7ed9c6c497bd6624bac7358f1 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Thu, 9 Dec 2010 16:30:00 +0000 Subject: [PATCH] FIX: Problem open DICOM with command line --- invesalius/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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