[SciPy-Dev] concern about using `scipy.interpolate.LSQSphereBivariateSpline`

Phillip Feldman phillip.m.feldman at gmail.com
Wed Jul 22 00:25:31 EDT 2015


I have a concern about using `scipy.interpolate.LSQSphereBivariateSpline`.
The underlying Fortran function (http://www.netlib.org/dierckx/sphere.f)
accepts a smoothing parameter `s`, but it looks as though the wrapper
function `scipy.interpolate.LSQSphereBivariateSpline` does not accept this
parameter.  So, I wonder what value of `s` gets passed to the Fortran.

Phillip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20150721/53a56ee4/attachment.html>


More information about the SciPy-Dev mailing list