Skip to content

Commit

Permalink
Added reference to scipy interp1d to documentation of tinterpol routine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Sep 27, 2024
1 parent ad527de commit f1011b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/interpolation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1011b2

Please sign in to comment.