1570e17b6f2e7c42d4781dc97fba498f4a3a49d1 continued
For #51
This commit is contained in:
usov_i 2023-02-20 11:35:11 +01:00
parent eee9337c72
commit 60f565e2b9

View File

@ -149,7 +149,7 @@ def create():
for ind in range(len(fdata["counts"])):
# Recognize k_flag_vec
hkl = np.array([fdata["h"][ind], fdata["k"][ind], fdata["k"][ind]])
hkl = np.array([fdata["h"][ind], fdata["k"][ind], fdata["l"][ind]])
# Save data
hkl_coord.append(hkl)