Re: [Pytables-users] recursive walk question

2012-06-16 Thread Anthony Scopatz
On Sat, Jun 16, 2012 at 8:50 PM, Andre' Walker-Loud wrote: > Hi Anthony, > > I forgot to say Thanks! > > I tried using the _v_depth attr but that didn't give me an answer I > understood. for example, the _v_depth of f.root was 0, and the _v_depth of > my final data path was 2. But I have somethi

Re: [Pytables-users] recursive walk question

2012-06-16 Thread Andre' Walker-Loud
Hi Anthony, I forgot to say Thanks! I tried using the _v_depth attr but that didn't give me an answer I understood. for example, the _v_depth of f.root was 0, and the _v_depth of my final data path was 2. But I have something that works now. also - help like this > Just one quick comment.

Re: [Pytables-users] recursive walk question

2012-06-14 Thread Anthony Scopatz
On Thu, Jun 14, 2012 at 4:30 PM, Andre' Walker-Loud wrote: > Hi Anthony, > > On Jun 14, 2012, at 11:30 AM, Anthony Scopatz wrote: > > > On Wed, Jun 13, 2012 at 8:23 PM, Andre' Walker-Loud > wrote: > > Hi All, > > > > Still trying to sort out a recursive walk through an hdf5 file using > pytables.

Re: [Pytables-users] recursive walk question

2012-06-14 Thread Andre' Walker-Loud
Hi Anthony, On Jun 14, 2012, at 11:30 AM, Anthony Scopatz wrote: > On Wed, Jun 13, 2012 at 8:23 PM, Andre' Walker-Loud > wrote: > Hi All, > > Still trying to sort out a recursive walk through an hdf5 file using pytables. > > I have an hdf5 file with an unknown depth of groups/nodes. > > I am

Re: [Pytables-users] recursive walk question

2012-06-14 Thread Anthony Scopatz
On Wed, Jun 13, 2012 at 8:23 PM, Andre' Walker-Loud wrote: > Hi All, > > Still trying to sort out a recursive walk through an hdf5 file using > pytables. > > I have an hdf5 file with an unknown depth of groups/nodes. > > I am trying to write a little function to walk down the tree (with user > inp

[Pytables-users] recursive walk question

2012-06-13 Thread Andre' Walker-Loud
Hi All, Still trying to sort out a recursive walk through an hdf5 file using pytables. I have an hdf5 file with an unknown depth of groups/nodes. I am trying to write a little function to walk down the tree (with user input help) until a data file is found. I am hoping there is some function o