Re: [Tutor] Interpolation

2010-10-09 Thread David Hutto
Thanks buddy pal. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Interpolation

2010-10-09 Thread Steven D'Aprano
On Sat, 9 Oct 2010 05:32:29 pm David Hutto wrote: > Maybe I missed it, even in the google searches/manuals, but does > someone know of an introduction to python interpolation that show the > different forms of % > , as in %s = string, and %d = digit(i think, or correct me). http://docs.python.org/

[Tutor] Interpolation

2010-10-08 Thread David Hutto
Maybe I missed it, even in the google searches/manuals, but does someone know of an introduction to python interpolation that show the different forms of % , as in %s = string, and %d = digit(i think, or correct me). TIA, David ___ Tutor maillist - Tut

Re: [Tutor] Interpolation function

2010-03-25 Thread Steven D'Aprano
On Fri, 26 Mar 2010 07:41:35 am Armstrong, Richard J. wrote: > Hello all, > > > > Does anyone have a suggestion for a good interpolation function in > numpy or scipy. I have an earthquake time history with a time step of > 0.005 sec and want to convert it to a time history with a time step > of say

[Tutor] Interpolation function

2010-03-25 Thread Armstrong, Richard J.
Hello all, Does anyone have a suggestion for a good interpolation function in numpy or scipy. I have an earthquake time history with a time step of 0.005 sec and want to convert it to a time history with a time step of say 0.01. The interpolation function numpy.interp is too "coarse" and modifi