Re: [Pytables-users] indexing a CArray with a single index

2007-12-31 Thread Francesc Altet
A Monday 31 December 2007, Darren Dale escrigué: > Hello, > > I am writing a data acquisition client which receives a single index > with each new data point. I need to use that index to update some > multidimensional arrays. Is it possible to do this with pytables, > without loading each array int

[Pytables-users] indexing a CArray with a single index

2007-12-31 Thread Darren Dale
Hello, I am writing a data acquisition client which receives a single index with each new data point. I need to use that index to update some multidimensional arrays. Is it possible to do this with pytables, without loading each array into memory? I was hoping I could do something like: t.root