[EMAIL PROTECTED] wrote on 04/18/2006 07:37:48 AM:


> Two alternatives come to my mind.  First, you can take column *z* out
> into a separate VLArray object, where element *i* corresponds to element
> *i* in the table.  VLArrays are specially devised for data shaped in
> this way, but you'd have to manually keep the table and the array
> consistent.

This is what I do. It works very well in practice. I should disclose,
however, that I have no experience with the convenience offered by Tables
objects as I do not use them. All of my data is organized as EArrays and a
VLArray, so it is very natural for me to look up an offset in one dataset
and use is to find the corresponding data in another.

--
Elias Collas
Stress Methods
Gulfstream Aerospace



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to