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