From 0b9e9a22ee268e3382235d5a2313c6adc0197feb Mon Sep 17 00:00:00 2001 From: Georgios Varnavides Date: Sat, 6 Jan 2024 13:01:41 -0800 Subject: [PATCH] Update py4DSTEM/process/phase/utils.py Co-authored-by: Steve Zeltmann <37132012+sezelt@users.noreply.github.com> --- py4DSTEM/process/phase/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py4DSTEM/process/phase/utils.py b/py4DSTEM/process/phase/utils.py index ff49b735f..d38ba8a47 100644 --- a/py4DSTEM/process/phase/utils.py +++ b/py4DSTEM/process/phase/utils.py @@ -1756,7 +1756,7 @@ def lanczos_interpolate_array( image: np.ndarray Image array to sample from xa: np.ndarray - Vertical positions of image array in pixels + Vertical Interpolation sampling positions of image array in pixels ya: np.ndarray Horizontal positions of image array in pixels alpha: int