[Numpy-discussion] indexing problem

2009-08-18 Thread Ernest Adrogué
Hi, Suppose I have a 3-dimansional array, where one dimension is time. I'm not particularly interested in selecting specific moments in time, so most of the time I won't be indexing this dimension. Intuitively, one would make time the third dimension, but if you do that you have to specifiy the t

Re: [Numpy-discussion] indexing problem

2009-08-18 Thread Robert Kern
2009/8/18 Ernest Adrogué : > Hi, > > Suppose I have a 3-dimansional array, where one dimension > is time. I'm not particularly interested in selecting specific > moments in time, so most of the time I won't be indexing this > dimension. > > Intuitively, one would make time the third dimension, but

Re: [Numpy-discussion] indexing problem

2009-08-18 Thread Ernest Adrogué
18/08/09 @ 07:33 (-0700), thus spake Robert Kern: > 2009/8/18 Ernest Adrogué : > > Hi, > > > > Suppose I have a 3-dimansional array, where one dimension > > is time. I'm not particularly interested in selecting specific > > moments in time, so most of the time I won't be indexing this > > dimension

Re: [Numpy-discussion] indexing problem

2009-08-18 Thread Robert Kern
2009/8/18 Ernest Adrogué : > 18/08/09 @ 07:33 (-0700), thus spake Robert Kern: >> 2009/8/18 Ernest Adrogué : >> > Hi, >> > >> > Suppose I have a 3-dimansional array, where one dimension >> > is time. I'm not particularly interested in selecting specific >> > moments in time, so most of the time I w