From 7f8f82ae4ea1e7dbce3028be33ef112ba4f1ee31 Mon Sep 17 00:00:00 2001 From: tatiana Date: Fri, 19 Jun 2009 17:04:45 +0000 Subject: [PATCH] FIX: Slice position number under Win --- invesalius/data/slice_.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/invesalius/data/slice_.py b/invesalius/data/slice_.py index 6e1a9a5..792e80c 100644 --- a/invesalius/data/slice_.py +++ b/invesalius/data/slice_.py @@ -120,13 +120,13 @@ class Slice(object): blend_imagedata.GetOutput().ReleaseDataFlagOn() #self.blend_imagedata = blend_imagedata - - #blend_imagedata.GetExtent() + #blend_imagedata.Update() + #extent = blend_imagedata.GetOutput().GetWholeExtent() # global values - CURSOR_X = 0 # SAGITAL - CURSOR_Y = 0 # CORONAL - CURSOR_Z = 0 # AXIAL + CURSOR_X = -1 # SAGITAL + CURSOR_Y = -1 # CORONAL + CURSOR_Z = -1 # AXIAL CURSOR_VALUE = 4095 CURSOR_RADIUS = 1000 -- libgit2 0.21.2