fix reading phase
This commit was merged in pull request #210.
This commit is contained in:
@@ -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:")
|
||||
|
||||
Reference in New Issue
Block a user