From 5657119b11dbdef390e53f60260504f41374e4ed Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 12 Sep 2014 14:49:26 +0000 Subject: [PATCH] updated post processing test: rotateData is doing something, corrected addDeviator defauls --- processing/post/rotateData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/rotateData.py b/processing/post/rotateData.py index d0d2ba58b..15c900840 100755 --- a/processing/post/rotateData.py +++ b/processing/post/rotateData.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 no BOM -*- -import os,sys,string +import os,sys,string,math import numpy as np from collections import defaultdict from optparse import OptionParser