sstoupin/dtxrd

Error with the dtxrd argument -z string

Opened this issue · 2 comments

I am trying to run the program dtxrd example with command:
C:\ProgramData\Anaconda3\Scripts>python dtxrd -n 10000 -z '10 20' C 2 2 0 90 0 300 0.5 e 20
Here's the output:
usage: dtxrd [-h] [-v] [-o F] [-w D] [-p] [-c CONV] [-s Ls] [-z Z] [-n NS] crystal h k l eta phi T d flag th_Ex
dtxrd: error: argument h: invalid float value: 'C'

It can work now. Thank You!