I believe the Radial Basis Function can do the work:
Send SciPy-Dev mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.scipy.org/mailman/listinfo/scipy-dev
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of SciPy-Dev digest..."
1. Re: griddata equivalent of matlab "V4" option (Pauli Virtanen)
2. Re: griddata equivalent of matlab "V4" option (Alexandre Gramfort)
3. Re: griddata equivalent of matlab "V4" option (Davide Lasagna)
----------------------------------------------------------------------
Message: 1
Date: Fri, 04 Jul 2014 21:59:50 +0300
Subject: Re: [SciPy-Dev] griddata equivalent of matlab "V4" option
Content-Type: text/plain; charset=ISO-8859-1
Post by Alexandre Gramfortscipy does not seem to implement the griddata V4 option from matlab.
David T. Sandwell, Biharmonic spline interpolation of GEOS-3 and
SEASAT altimeter data, Geophysical Research Letters, 2, 139-142, 1987.
is there a reason for it?
Is there a good reason to implement it?
--
Pauli Virtanen
------------------------------
Message: 2
Date: Fri, 4 Jul 2014 21:38:22 +0200
Subject: Re: [SciPy-Dev] griddata equivalent of matlab "V4" option
<
Content-Type: text/plain; charset=UTF-8
Post by Alexandre GramfortIs there a good reason to implement it?
http://fieldtrip.fcdonders.nl/_media/tutorial/plotting/figure4.png?cache=&w=568&h=496
the black dots are the sensors where measurements are done.
the interpolation needs to extrapolate a tiny bit to fill the circle
although the sensors are a little inside. The options of griddata
don't do the job. cubic cannot extrapolate and nearest is not nice.
Alex
------------------------------
Message: 3
Date: Sat, 5 Jul 2014 11:36:24 +0100
Subject: Re: [SciPy-Dev] griddata equivalent of matlab "V4" option
<CAOF5zP5qcu=o05=
Content-Type: text/plain; charset="utf-8"
Do you by chance happen to know the value on the circle? Because you could
add some artificial points and use whatever SciPy provides.
Davide
http://fieldtrip.fcdonders.nl/_media/tutorial/plotting/figure4.png?cache=&w=568&h=496
Post by Alexandre Gramfortthe black dots are the sensors where measurements are done.
the interpolation needs to extrapolate a tiny bit to fill the circle
although the sensors are a little inside. The options of griddata
don't do the job. cubic cannot extrapolate and nearest is not nice.
Alex
_______________________________________________
SciPy-Dev mailing list
http://mail.scipy.org/mailman/listinfo/scipy-dev
-------------- next part --------------
An HTML attachment was scrubbed...
http://mail.scipy.org/pipermail/scipy-dev/attachments/20140705/e08215ed/attachment-0001.html
------------------------------
_______________________________________________
SciPy-Dev mailing list
http://mail.scipy.org/mailman/listinfo/scipy-dev
End of SciPy-Dev Digest, Vol 129, Issue 5
*****************************************