From f85267c00eee6726572f265b3f034a197ed684e0 Mon Sep 17 00:00:00 2001 From: Stephanie Ribet Date: Sat, 21 Sep 2024 06:04:47 +0900 Subject: [PATCH] bug in rotation --- py4DSTEM/tomography/tomography.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py4DSTEM/tomography/tomography.py b/py4DSTEM/tomography/tomography.py index ad0abb5d6..d6808feaa 100644 --- a/py4DSTEM/tomography/tomography.py +++ b/py4DSTEM/tomography/tomography.py @@ -770,6 +770,7 @@ def _make_diffraction_masks(self, q_max_inv_A): ind_diffraction_rotate_transpose, self._force_q_to_r_rotation_deg, reshape=False, + order = 0, ), 0, np.max(ind_diffraction),