From: Anthony S. <sc...@gm...> - 2012-05-02 02:04:45
|
Hello M, On Tue, May 1, 2012 at 9:25 PM, le...@cn... <le...@gm...>wrote: > but this doesn't work. Is there a syntax that will work for this ? > The short answer is "No." Basically, right now you have to write your own wrapper class which knows how to dispatch various operations in the correct way. This is something that a few of us are looking into writing. You can imagine how this can get rather complicated in more general cases (parallel operations on a distributed file system). If you are interested in helping out on such infrastructure, or having something that you want to share, please let us know! For now - and what I currently do - using lots of list comprehensions and map() will get you 90% of the way there in a serial environment. Though it doesn't use PyTables and I have trouble getting it working and it is mostly for visualization, you may want to look into VisIt if you have to have an out of the box solution. Be Well Anthony > > M > -- > Michael Lefsky > Center for Ecological Applications of Lidar > College of Natural Resources > Colorado State University > http://www.researcherid.com/rid/A-7224-2009 > > If I were creating the world I wouldn't mess about with butterflies and > daffodils. I would have started with lasers, eight o'clock, Day One! - Time > Bandits > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Pytables-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pytables-users > > |