From 5ab8e50d090faac4abd5dbb2417984a1806352f8 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 8 Mar 2019 08:19:42 +0100 Subject: [PATCH] consistent with reference paper --- PRIVATE | 2 +- processing/post/addOrientations.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PRIVATE b/PRIVATE index 35bfe75df..219fe1741 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 35bfe75dfc93e8b708b2e0349ce2fb89ceae1ad4 +Subproject commit 219fe1741a801b4af02616b9eed7eb5d70a6b8ed diff --git a/processing/post/addOrientations.py b/processing/post/addOrientations.py index dfaa54196..436a2df6a 100755 --- a/processing/post/addOrientations.py +++ b/processing/post/addOrientations.py @@ -22,11 +22,11 @@ Additional (globally fixed) rotations of the lab frame and/or crystal frame can """, version = scriptID) representations = { - 'quaternion': ['quat',4], #ToDo: Use here Rowenhorst names (qu/ro/om/ax?) - 'rodrigues': ['rodr',4], - 'eulers': ['eulr',3], - 'matrix': ['mtrx',9], - 'angleaxis': ['aaxs',4], + 'quaternion': ['qu',4], + 'rodrigues': ['ro',4], + 'eulers': ['eu',3], + 'matrix': ['om',9], + 'angleaxis': ['ax',4], } parser.add_option('-o',