A Wednesday 16 March 2011 14:28:58 Michael Rissi escrigué:
> Thanks a lot for your very quick answer, that helped a lot and solved
> the problem!
>
> I wanted now to use variable length datatypes. To test, I ran the
> example C code from HDF5 (h5ex_t_vlen.c). When I try to open the
> produced file
Thanks a lot for your very quick answer, that helped a lot and solved
the problem!
I wanted now to use variable length datatypes. To test, I ran the example C code
from HDF5 (h5ex_t_vlen.c). When I try to open the produced file h5ex_t_vlen.h5
with pytables, I get a very similar warning as in the o
A Wednesday 09 March 2011 11:08:28 Michael Rissi escrigué:
> Hello Pytablers,
>
> In our readout software for a PET scanner, I write the data to an
> HDF5 array of compound datatypes (in C++).
> When I want to read this table in ipython with pytables, I get the
> message:
>
>
> In [11]: import
Hello Pytablers,
In our readout software for a PET scanner, I write the data to an HDF5
array of compound datatypes (in C++).
When I want to read this table in ipython with pytables, I get the message:
In [11]: import tables
In [11]: f=tables.openFile("Events_0012.h5")
In [12]: f.root.dset
/u