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