Skip to content

Commit

Permalink
silly parallax bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed Oct 24, 2023
1 parent 9a2675b commit 1fc9c52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py4DSTEM/process/phase/iterative_parallax.py
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,9 @@ def score_CTF(coefs):
),
UserWarning,
)
else:
self._aberrations_coefs = asnumpy(aberrations_coefs)
self._rotated_shifts = rotated_shifts
else:
self._aberrations_coefs = asnumpy(aberrations_coefs)
self._rotated_shifts = rotated_shifts
Expand Down

0 comments on commit 1fc9c52

Please sign in to comment.