Clarify path to spind

This commit is contained in:
usov_i 2021-05-10 15:13:38 +02:00
parent 880d86d750
commit 60787bccb7

View File

@ -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",