Re: [Pytables-users] direct numpy ndarray access

2008-09-27 Thread Francesc Alted
A Friday 26 September 2008, filc ekab escrigué: > > Out of curiosity, may you be a bit more explicit on what > > you are after? Perhaps a code snippet would help us to better > > understand your need and suggest anything more specific. > > It is difficult to show a snippet of code for something I

Re: [Pytables-users] direct numpy ndarray access

2008-09-26 Thread filc ekab
> Out of curiosity, may you be a bit more explicit on what > you are after? Perhaps a code snippet would help us to better > understand your need and suggest anything more specific. It is difficult to show a snippet of code for something I do not know how to do, or to be more specific than what I

Re: [Pytables-users] direct numpy ndarray access

2008-09-25 Thread Francesc Alted
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