From 6eacca2e9609b5d7b1c2075c246c921c2b05dc7b Mon Sep 17 00:00:00 2001 From: tatiana Date: Fri, 13 Nov 2009 12:49:09 +0000 Subject: [PATCH] ENH: Comment - need testing --- invesalius/data/imagedata_utils.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/data/imagedata_utils.py b/invesalius/data/imagedata_utils.py index 2ac274d..80cf9df 100644 --- a/invesalius/data/imagedata_utils.py +++ b/invesalius/data/imagedata_utils.py @@ -168,6 +168,7 @@ def Export(imagedata, filename, bin=False): def Import(filename): reader = vtk.vtkXMLImageDataReader() reader.SetFileName(filename) + # TODO: Check if the code bellow is necessary #reader.WholeSlicesOn() reader.Update() return reader.GetOutput() -- libgit2 0.21.2