From 14379866387ee97e354038cd20c88d622fe2ab45 Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Tue, 28 Mar 2017 11:21:59 -0500 Subject: [PATCH] updated amira output for structen SciPy functions --- python/structen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/structen.py b/python/structen.py index 502124a..3eb0bea 100644 --- a/python/structen.py +++ b/python/structen.py @@ -226,7 +226,7 @@ def st2amira(filename, T): A[..., 2] = T[..., 3] #roll the tensor axis so that it is the leading component - A = numpy.rollaxis(A, A.ndim - 1) + #A = numpy.rollaxis(A, A.ndim - 1) A.tofile(filename) print("\n", A.shape) -- libgit2 0.21.4