consistent with reference paper

This commit is contained in:
Martin Diehl 2019-03-08 08:19:42 +01:00
parent 0f6bf38299
commit 5ab8e50d09
2 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 35bfe75dfc93e8b708b2e0349ce2fb89ceae1ad4
Subproject commit 219fe1741a801b4af02616b9eed7eb5d70a6b8ed

View File

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