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 will find those in SciPy too. > Would someone point me to 1-D cubic spline functions either in numarray > or numpy? and their help pages? Try looking at the cookbook: http://scipy.org/Cookbook > I use python 2.3.5 and numpy 1.0.1. Are they too old to use cubic spline? I doubt it. Cheers, James. _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion