Clarify path to spind
This commit is contained in:
parent
880d86d750
commit
60787bccb7
@ -54,7 +54,7 @@ def create():
|
|||||||
"-n",
|
"-n",
|
||||||
"2",
|
"2",
|
||||||
"python",
|
"python",
|
||||||
"spind/gen_hkl_table.py",
|
os.path.expanduser("~/spind/gen_hkl_table.py"),
|
||||||
lattice_const_textinput.value,
|
lattice_const_textinput.value,
|
||||||
"--max-res",
|
"--max-res",
|
||||||
str(max_res_spinner.value),
|
str(max_res_spinner.value),
|
||||||
@ -81,7 +81,7 @@ def create():
|
|||||||
"-n",
|
"-n",
|
||||||
"2",
|
"2",
|
||||||
"python",
|
"python",
|
||||||
"spind/SPIND.py",
|
os.path.expanduser("~/spind/SPIND.py"),
|
||||||
temp_peak_list_dir,
|
temp_peak_list_dir,
|
||||||
temp_hkl_file,
|
temp_hkl_file,
|
||||||
"-o",
|
"-o",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user