Re: [Numpy-discussion] passing non-flat array to interpolator

2010-04-28 Thread josef . pktd
On Mon, Apr 26, 2010 at 12:04 PM, Thomas wrote: > > > I have some problem with interpolators in Scipy > does anyone knows if there is a way to pass a non-flat > array variables to Rbf, or other Scipy interpolator > eg. for my case of 17 x 1 problems of 500 data size > > x1.shape = (500,) > x2.shap

[Numpy-discussion] passing non-flat array to interpolator

2010-04-27 Thread Thomas
I have some problem with interpolators in Scipy does anyone knows if there is a way to pass a non-flat array variables to Rbf, or other Scipy interpolator eg. for my case of 17 x 1 problems of 500 data size x1.shape = (500,) x2.shape = (500,) ... X17.shape =(500,) b = Rbf(x1,x2,x3,...,x17,y) i