Hello all,
I have two CArrays, ca1 and ca2. ca1 is meant to hold all the information in
ca2, plus a bit more. I want to do

ca1[slice] = ca2[:]

but slice is far too big to read ca2[:] into memory, then write it into
ca1[slice]. Is there an easy way to do this in PyTables or do I need to copy
the data bit by bit using loops?


And, as long as I'm on the line: once ca1 is all filled in, I want to apply
numpy.fft.fftn to it in-place. Is there a slick way to do this?


Thanks,
Anand
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to