I am working on refining some algorithms to process some spectral data I have
stored in an h5 file using PyTables. The data is stored as an EArray. As I work
on my algorithm, I'd like to store intermediate computations in the same h5
file. The trouble I am having is as follows:
I create a new EArra
Hi all,
I'd like to store a long sequence of python objects with pytables. The
only things I know about the objects are:
- Their memory footprint is dominated by a big numpy array, and
- The attribute name of the big array for each object is the same;
it's x1.big_array, x2.big_array, etc.
I