Re: [Pytables-users] EArray

2012-10-06 Thread Andre' Walker-Loud
Hi Anthony, > You can use tuple addition to accomplish what you want: > > (0,) + data.shape == (0,256,1,2) > > Be Well > Anthony Thanks! I knew there had to be a better way. Cheers, Andre > > On Sat, Oct 6, 2012 at 12:42 PM, Andre' Walker-Loud > wrote: > Hi All, > > I have a bunch

Re: [Pytables-users] EArray

2012-10-06 Thread Anthony Scopatz
Hi Andre, You can use tuple addition to accomplish what you want: (0,) + data.shape == (0,256,1,2) Be Well Anthony On Sat, Oct 6, 2012 at 12:42 PM, Andre' Walker-Loud wrote: > Hi All, > > I have a bunch of hdf5 files I am using to create one hdf5 file. > Each individual file has many different

[Pytables-users] EArray

2012-10-06 Thread Andre' Walker-Loud
Hi All, I have a bunch of hdf5 files I am using to create one hdf5 file. Each individual file has many different pieces of data, and they are all the same shape in each file. I am using createEArray to make the large array in the final file. if the data files in the individual h5 files are of s