Re: [Numpy-discussion] cubic spline function in numarray or numpy

2008-08-06 Thread Christopher Hanley
Nadav Horesh wrote: > You can access nd_image by: > > from numpy.numarray import nd_image > > but as Zach noted, scipy.interpolate is what you are looking for. > > Nadav. > The ndimage modules is now officially supported by the scipy project. You can get it from scipy.ndimage(). Chris --

Re: [Numpy-discussion] cubic spline function in numarray or numpy

2008-08-06 Thread Gary Ruben
You're best off using scipy. Just Google search for "scipy spline": e.g. Gary R. Gong, Shawn (Contractor) wrote: > hi list, > > I am trying to find 1-D cubic spline function. But I

Re: [Numpy-discussion] cubic spline function in numarray or numpy

2008-08-06 Thread Gong, Shawn (Contractor)
Thank you both, Nadav and Zach. Shawn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nadav Horesh Sent: Wednesday, August 06, 2008 12:16 PM To: Discussion of Numerical Python Subject: RE: [Numpy-discussion] cubic spline function in numarray or numpy

Re: [Numpy-discussion] cubic spline function in numarray or numpy

2008-08-06 Thread James Turner
Hi Shawn, > I am trying to find 1-D cubic spline function. But I am not able to call > it. Error message can’t find “ndimage” Ndimage is a module in SciPy, so you'd need to install that first, not just NumPy. I'm not really familar with the available 1-D cubic spline functions, but I think you w

[Numpy-discussion] cubic spline function in numarray or numpy

2008-08-06 Thread Gong, Shawn (Contractor)
hi list, I am trying to find 1-D cubic spline function. Google search yields that there is a function called spline_filter1d in numarray. But I am not able to call it. Would someone point me to 1-D cubic spline function either in numarray or numpy? I can find source codes and enter in Python. B

Re: [Numpy-discussion] cubic spline function in numarray or numpy

2008-08-06 Thread Nadav Horesh
] cubic spline function in numarray or numpy Hi Shawn, > I am trying to find 1-D cubic spline function. But I am not able to > call it. Error message can’t find “ndimage” > Numpy provides tools for creating and dealing with multidimensional arrays and some basic FFT and linea

Re: [Numpy-discussion] cubic spline function in numarray or numpy

2008-08-06 Thread Zachary Pincus
Hi Shawn, > I am trying to find 1-D cubic spline function. But I am not able to > call it. Error message can’t find “ndimage” > Numpy provides tools for creating and dealing with multidimensional arrays and some basic FFT and linear algebra functions. You want to look at scipy, a set of pa

[Numpy-discussion] cubic spline function in numarray or numpy

2008-08-06 Thread Gong, Shawn (Contractor)
hi list, I am trying to find 1-D cubic spline function. But I am not able to call it. Error message can't find "ndimage" Would someone point me to 1-D cubic spline functions either in numarray or numpy? and their help pages? I use python 2.3.5 and numpy 1.0.1. Are they too old to use cubic splin