fix reading phase
CI for csaxs_bec / test (pull_request) Successful in 1m33s
Read the Docs Deploy Trigger / trigger-rtd-webhook (push) Successful in 2s
CI for csaxs_bec / test (push) Successful in 1m35s

This commit was merged in pull request #210.
This commit is contained in:
x12sa
2026-05-18 15:23:07 +02:00
committed by wakonig_k
parent eb7618b1b8
commit 5f63f47a30
@@ -1055,7 +1055,7 @@ class FlomniAlignmentMixin:
with open(os.path.join(dir_path, "ptychotomoalign_Ay3.txt"), "r") as file:
tomo_alignment_fit[1][3] = file.readline()
with open(os.path.join(dir_path, "ptychotomoalign_Cy3.txt"), "r") as file:
with open(os.path.join(dir_path, "ptychotomoalign_By3.txt"), "r") as file:
tomo_alignment_fit[1][4] = file.readline()
print("New alignment parameters loaded from filesystem, meaning Matlab fit:")