string was split into letters

This commit is contained in:
Martin Diehl 2018-12-09 10:53:25 +01:00
parent d9b47f09bc
commit 213e31ff87
1 changed files with 1 additions and 2 deletions

View File

@ -89,8 +89,7 @@ for name in filenames:
# ------------------------------------------ assemble header ---------------------------------------
table.info_append(scriptID + '\t' + ' '.join(sys.argv[1:]))
table.labels_append('grainID_{}@{:g}'.format('+'.join(options.quaternion),
options.disorientation)) # report orientation source and disorientation
table.labels_append('grainID_{}@{:g}'.format(options.quaternion,options.disorientation)) # report orientation source and disorientation
table.head_write()
# ------------------------------------------ build KD tree -----------------------------------------