From aadcd6182498777583c3e59b1d92a5615e46251b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 18 Jun 2018 00:05:55 +0200 Subject: [PATCH] polishing --- processing/post/addAPS34IDEstrainCoords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/addAPS34IDEstrainCoords.py b/processing/post/addAPS34IDEstrainCoords.py index 8a793a8cf..2e753bfa4 100755 --- a/processing/post/addAPS34IDEstrainCoords.py +++ b/processing/post/addAPS34IDEstrainCoords.py @@ -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)