Fix hkl precision not affecting file export
This commit is contained in:
parent
d42a53ed47
commit
1761003d8a
@ -548,7 +548,12 @@ def create():
|
|||||||
if not export:
|
if not export:
|
||||||
del export_data["scan"][s]
|
del export_data["scan"][s]
|
||||||
|
|
||||||
pyzebra.export_1D(export_data, temp_file, lorentz=lorentz_toggle.active)
|
pyzebra.export_1D(
|
||||||
|
export_data,
|
||||||
|
temp_file,
|
||||||
|
lorentz=lorentz_toggle.active,
|
||||||
|
hkl_precision=int(hkl_precision_select.value),
|
||||||
|
)
|
||||||
|
|
||||||
for ext in (".comm", ".incomm"):
|
for ext in (".comm", ".incomm"):
|
||||||
fname = temp_file + ext
|
fname = temp_file + ext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user