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',