updated post processing test: rotateData is doing something, corrected addDeviator defauls

This commit is contained in:
Martin Diehl 2014-09-12 14:49:26 +00:00
parent f2c4db0bb5
commit 5657119b11
1 changed files with 1 additions and 1 deletions

View File

@ -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