Re: [Pytables-users] Lists of pytable objects

2012-05-01 Thread Alvaro Tejero Cantero
Hi, Just for clarification: when you say simultaneously you mean 'all three tables concatenated in the order given in the list' or 'one curve per table, all three in the same plot'? I am going to assume the former. From the point of view of organizing your data, you do really have the option of

Re: [Pytables-users] Lists of pytable objects

2012-05-01 Thread Anthony Scopatz
Hello M, On Tue, May 1, 2012 at 9:25 PM, lef...@cnr.colostate.edu wrote: > but this doesn't work. Is there a syntax that will work for this ? > The short answer is "No." Basically, right now you have to write your own wrapper class which knows how to dispatch various operations in the correct

[Pytables-users] Lists of pytable objects

2012-05-01 Thread lef...@cnr.colostate.edu
I am just starting to work with python and pytables and have a question for the group. We have multiple HDF5 files, each of which contains 30 seconds of data from a longer sequence. Rather than merge the data, we'd like to be able to create a list (or array) of pytables objects and operate on them