Re: [Pytables-users] reordering an array efficiently

2007-01-10 Thread Stefan Kuzminski
tefan - Original Message From: Francesc Altet <[EMAIL PROTECTED]> To: Stefan Kuzminski <[EMAIL PROTECTED]> Cc: [email protected] Sent: Wednesday, January 10, 2007 1:38:36 PM Subject: Re: [Pytables-users] reordering an array efficiently El dc 10 de 01 del 2007

Re: [Pytables-users] reordering an array efficiently

2007-01-10 Thread Francesc Altet
El dc 10 de 01 del 2007 a les 08:53 -0800, en/na Stefan Kuzminski va escriure: > I have been using the readCoordinates() method on the Table class for some > time. I'm switching from Tables to EArrays, but the EArray class does not > have a readCoordinates? If I loop over the index array that i

[Pytables-users] reordering an array efficiently

2007-01-10 Thread Stefan Kuzminski
I have been using the readCoordinates() method on the Table class for some time. I'm switching from Tables to EArrays, but the EArray class does not have a readCoordinates? If I loop over the index array that is the new order and call read for each item performance suffers. Is there a fast wa