added option for Euler angle output in degrees
This commit is contained in:
parent
5761025a74
commit
3c901e5549
|
@ -152,7 +152,7 @@ for name in filenames:
|
|||
|
||||
for output in options.output:
|
||||
if output == 'quaternion': table.data_append(o.asQuaternion())
|
||||
if output == 'eulers': table.data_append(o.asEulers('Bunge'))
|
||||
if output == 'eulers': table.data_append(o.asEulers('Bunge', degrees=options.degrees))
|
||||
outputAlive = table.data_write() # output processed line
|
||||
|
||||
# ------------------------------------------ output finalization -----------------------------------
|
||||
|
|
Loading…
Reference in New Issue