Update comm_export.py
fixed the order of hkls
This commit is contained in:
@@ -67,8 +67,8 @@ def export_comm(data, path, lorentz=False):
|
|||||||
line = (
|
line = (
|
||||||
scan_number_str
|
scan_number_str
|
||||||
+ h_str
|
+ h_str
|
||||||
+ l_str
|
|
||||||
+ k_str
|
+ k_str
|
||||||
|
+ l_str
|
||||||
+ int_str
|
+ int_str
|
||||||
+ sigma_str
|
+ sigma_str
|
||||||
+ angle_str1
|
+ angle_str1
|
||||||
|
|||||||
Reference in New Issue
Block a user