Thank you Dragan for your paper! It gave me some inspiration about how to organize the data. It seems a very natural choice to structure everything, as you say, in collections of 2-dimensional tables indexed by arrays of p parameters.
It is possible to work with 3-dimensional arrays instead of 2-dimensional tables, isn't it? I ask this because I would need to accomodate a 'third' dimension which would label the 'trial' number. Is there any advantage to work with 2-dimensional tables rather than with NumPy-arrays, at least at the level of data organization and retrieval? Thank you again for your attention, Cheers, dani On 18/09/06 03:07 -0700, dragan savic wrote: > Hi Dani! > > I am working on simulation data storage. The application we are > developing uses PyTables. I am attaching our paper for the > www.valuetools.org conference. Let me know if you find it interesting > so we can do some work together. > > Best regards, Dragan. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
