I am sorry, I meant to post this in a different thread...
On Wed, Dec 3, 2014 at 8:32 PM, Benjamin Root wrote:
> A slightly different way to look at it (I don't think it is exactly the
> same problem, but the description reminded me of it):
>
> http://mail.scipy.org/pipermail/numpy-discussion/20
A slightly different way to look at it (I don't think it is exactly the
same problem, but the description reminded me of it):
http://mail.scipy.org/pipermail/numpy-discussion/2013-April/066269.html
(and I think there are some things that can be done to make that faster,
but I don't recall it righ
Hi Bryan:
On Tue, Apr 16, 2013 at 1:21 PM, Bryan Woods wrote:
> I'm trying to do something that at first glance I think should be simple
> but I can't quite figure out how to do it. The problem is as follows:
>
> I have a 3D grid Values[Nx, Ny, Nz]
>
> I want to slice Values at a 2D surface in t
I'm trying to do something that at first glance I think should be simple
but I can't quite figure out how to do it. The problem is as follows:
I have a 3D grid Values[Nx, Ny, Nz]
I want to slice Values at a 2D surface in the Z dimension specified by
Z_index[Nx, Ny] and return a 2D slice[Nx, N