Merge branch 'development' into 29_parsePhasePartOnce

This commit is contained in:
Martin Diehl 2018-06-18 07:29:30 +02:00
commit 3f30902ff1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ for name in filenames:
# ------------------------------------------ process data ------------------------------------------
theta=-0.75*np.pi
RotMat2TSL=np.array([[1., 0., 0.],
RotMat2TSL=np.array([[1., 0., 0.],
[0., np.cos(theta), np.sin(theta)], # Orientation to account for -135 deg
[0., -np.sin(theta), np.cos(theta)]]) # rotation for TSL convention
vec = np.zeros(4)