Re: [Pytables-users] openFile strategy question

2012-08-16 Thread Andre' Walker-Loud
Hi Anthony, Oh OK, I think I understand a little better. What I would do would be to make for i,file in enumerate(hdf5_files) the outer most loop and then use the File.walkNodes() method [1] to walk each file and pick out only the data sets that you want to copy, skipping over all others.

Re: [Pytables-users] openFile strategy question

2012-08-15 Thread Anthony Scopatz
Hi Andre, I am a little confused. Let me verify. You have 400 hdf5 file (re and im) buried in an a unix directory tree. You want to make a single file which concatenates this data. Is this right? Be Well Anthony On Wed, Aug 15, 2012 at 6:52 PM, Andre' Walker-Loud walksl...@gmail.comwrote:

Re: [Pytables-users] openFile strategy question

2012-08-15 Thread Andre' Walker-Loud
Hi Anthony, I am a little confused. Let me verify. You have 400 hdf5 file (re and im) buried in an a unix directory tree. You want to make a single file which concatenates this data. Is this right? Sorry for my description - that is not quite right. The unix directory tree is the group