From f1011b246112f6b9542a45cc6b51f3844389befc Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Fri, 27 Sep 2024 11:53:28 -0700 Subject: [PATCH] Added reference to scipy interp1d to documentation of tinterpol routine. --- docs/source/interpolation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/interpolation.rst b/docs/source/interpolation.rst index c72b4adf..a14e647a 100644 --- a/docs/source/interpolation.rst +++ b/docs/source/interpolation.rst @@ -7,7 +7,7 @@ pyspedas.interpol() operates directly on arrays, not tplot variables. It is a wr .. autofunction:: pyspedas.interpol -pyspedas.tinterpol() operates on tplot variables, and uses the xarray interp() method internally. It can take a list of +pyspedas.tinterpol() operates on tplot variables, and uses the xarray interp() method (which itself uses scipy.interp1d) internally. It can take a list of tplot variables and perform the interpolation on all of them. .. autofunction:: pyspedas.tinterpol