diff --git a/invesalius/control.py b/invesalius/control.py index d5b8bfc..652dfed 100644 --- a/invesalius/control.py +++ b/invesalius/control.py @@ -712,7 +712,7 @@ class Controller(): else: return - xyspacing = xyspacing[0] / resolution_percentage, xyspacing[1] / resolution_percentage + xyspacing = xyspacing[0] / resolution_percentage, xyspacing[1] / resolution_percentage @@ -811,7 +811,7 @@ class Controller(): else: return - xyspacing = xyspacing[0] / resolution_percentage, xyspacing[1] / resolution_percentage + xyspacing = xyspacing[0] / resolution_percentage, xyspacing[1] / resolution_percentage self.matrix, scalar_range, self.filename = image_utils.dcm2memmap(filelist, size, orientation, resolution_percentage) -- libgit2 0.21.2