consistent with reference paper
This commit is contained in:
parent
0f6bf38299
commit
5ab8e50d09
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit 35bfe75dfc93e8b708b2e0349ce2fb89ceae1ad4
|
Subproject commit 219fe1741a801b4af02616b9eed7eb5d70a6b8ed
|
|
@ -22,11 +22,11 @@ Additional (globally fixed) rotations of the lab frame and/or crystal frame can
|
||||||
""", version = scriptID)
|
""", version = scriptID)
|
||||||
|
|
||||||
representations = {
|
representations = {
|
||||||
'quaternion': ['quat',4], #ToDo: Use here Rowenhorst names (qu/ro/om/ax?)
|
'quaternion': ['qu',4],
|
||||||
'rodrigues': ['rodr',4],
|
'rodrigues': ['ro',4],
|
||||||
'eulers': ['eulr',3],
|
'eulers': ['eu',3],
|
||||||
'matrix': ['mtrx',9],
|
'matrix': ['om',9],
|
||||||
'angleaxis': ['aaxs',4],
|
'angleaxis': ['ax',4],
|
||||||
}
|
}
|
||||||
|
|
||||||
parser.add_option('-o',
|
parser.add_option('-o',
|
||||||
|
|
Loading…
Reference in New Issue