Francesc Alted pytables.org> writes:
> > >
> > > Representing a 1D column is as easy as passing a 'shape=(N,)'
> > > argument to your 1D columns. Look at this example:
> > >
> > > N = 10 # your 1D array length
> > > class TTable(tables.IsDescription):
> > > col1 = tables.Int32Col(pos=0)
>
A Saturday 03 May 2008, Glenn escrigué:
> Francesc Alted pytables.org> writes:
> > A Friday 02 May 2008, Glenn escrigué:
> > > Hello,
> > > I would like to use pytables to store the output from a
> > > spectrometer. The spectra come in at a rapid rate. I am having
> > > trouble understanding how t