From 1dade744df3ce658f01aaf9a8b3c78f779b2c4ad Mon Sep 17 00:00:00 2001 From: tatiana Date: Wed, 3 Feb 2010 17:36:26 +0000 Subject: [PATCH] STL: Nomenclature name --- invesalius/data/imagedata_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/data/imagedata_utils.py b/invesalius/data/imagedata_utils.py index 1942a4e..52c06a3 100644 --- a/invesalius/data/imagedata_utils.py +++ b/invesalius/data/imagedata_utils.py @@ -225,7 +225,7 @@ def CreateImageData(filelist, zspacing, size, bits): ow.SetInstance(fow) x,y = size - px, py = utils.PredictingMemory(len(filelist), x, y, bits) + px, py = utils.predict_memory(len(filelist), x, y, bits) utils.debug("Image Resized to >>> %f x %f" % (px, py)) @@ -314,7 +314,7 @@ class ImageCreator: ow.SetInstance(fow) x,y = size - px, py = utils.PredictingMemory(len(filelist), x, y, bits) + px, py = utils.predict_memory(len(filelist), x, y, bits) utils.debug("Image Resized to >>> %f x %f" % (px, py)) if (x == px) and (y == py): -- libgit2 0.21.2