From b6181ebd8117ca496973a4b1604500c860507d94 Mon Sep 17 00:00:00 2001 From: Stephanie Ribet Date: Sat, 31 Aug 2024 13:06:28 -0700 Subject: [PATCH] preprocess bug --- py4DSTEM/tomography/tomography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py4DSTEM/tomography/tomography.py b/py4DSTEM/tomography/tomography.py index ac0bfdb23..7240fe1af 100644 --- a/py4DSTEM/tomography/tomography.py +++ b/py4DSTEM/tomography/tomography.py @@ -568,7 +568,7 @@ def _solve_for_diffraction_pattern_centering( robust_thresh=robust_thresh, ) - return qx0_fit.data, qy0_fit.data + return qx0_fit, qy0_fit def _reshape_diffraction_patterns( self,