This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.interpolate.RectSphereBivariateSpline.__call__

RectSphereBivariateSpline.__call__(theta, phi)[source]

Evaluate the spline at the grid ponts defined by the coordinate arrays theta, phi.

Previous topic

scipy.interpolate.RectSphereBivariateSpline

Next topic

scipy.interpolate.RectSphereBivariateSpline.ev