Re: [Numpy-discussion] speeding up getting a subset of a data array

2009-08-10 Thread Brennan Williams
josef.p...@gmail.com wrote: > On Mon, Aug 10, 2009 at 8:52 PM, Brennan > Williams wrote: > >> Hi >> >> No doubt asked many times before so apologies >> >> I'm pulling a subset array out of a data array where I have a list of >> the indices I want (could be an array rather than a list actuall

Re: [Numpy-discussion] speeding up getting a subset of a data array

2009-08-10 Thread Brennan Williams
Brennan Williams wrote: > Hi > > No doubt asked many times before so apologies > > I'm pulling a subset array out of a data array where I have a list of > the indices I want (could be an array rather than a list actually - I > have it in both). > > Potentially the number of points and the num

Re: [Numpy-discussion] speeding up getting a subset of a data array

2009-08-10 Thread josef . pktd
On Mon, Aug 10, 2009 at 8:52 PM, Brennan Williams wrote: > Hi > > No doubt asked many times before so apologies > > I'm pulling a subset array out of a data array where I have a list of > the indices I want (could be an array rather than a list actually - I > have it in both). > > Potentially t

[Numpy-discussion] speeding up getting a subset of a data array

2009-08-10 Thread Brennan Williams
Hi No doubt asked many times before so apologies I'm pulling a subset array out of a data array where I have a list of the indices I want (could be an array rather than a list actually - I have it in both). Potentially the number of points and the number of times I do this can get very la