From 10906e81f093e8cb545da659c0aab07434a4c2ee Mon Sep 17 00:00:00 2001 From: Stephanie Ribet Date: Thu, 12 Sep 2024 07:23:55 -0700 Subject: [PATCH] another typo --- py4DSTEM/tomography/tomography.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py4DSTEM/tomography/tomography.py b/py4DSTEM/tomography/tomography.py index 77d76831d..f84632e8b 100644 --- a/py4DSTEM/tomography/tomography.py +++ b/py4DSTEM/tomography/tomography.py @@ -387,9 +387,9 @@ def _prepare_datacube( datacube.crop_Q( ( crop_reciprocal_space[0], - -crop_reciprocal_space[1], + crop_reciprocal_space[1], crop_reciprocal_space[2], - -crop_reciprocal_space[3], + crop_reciprocal_space[3], ) )