A Friday 26 September 2008, filc ekab escrigué:
> I have a numpy flavor Array in an HDF5 file. I would like to
> access an ndarray object representing the array and do
> something like, x[1,2] = 3, and have that change reflected
> in the file. I want to use the ndarray methods to get numpy
> to r
I have a numpy flavor Array in an HDF5 file. I would like to
access an ndarray object representing the array and do
something like, x[1,2] = 3, and have that change reflected
in the file. I want to use the ndarray methods to get numpy
to reinterpret the format of the data before I access it.
I am