Thank you for the help, what you say makes sense. In this application, I need to
access the data both by rows and by columns in different loops. What is the best
way to optimize this? Ideally I'd want to specify a different chunkshape for
each loop, but I guess that would require storing two copies of the data (which
is not impossible, if that's the only way).
Basically I want to divide each row of data by the mean of that row, and then
perform a calculation on each column.
Glenn



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to