A Monday 05 May 2008, Glenn escrigué:
> 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):
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
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 to set up a data structure for the data. The two
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 to set up a data structure for the data. The two
> options that seem reasonable are an EArray and a T
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 to set up
a data structure for the data. The two options that seem reasonable are an
EArray and a Table. The example shown for an EArray leaves me