Hello,

I just started looking at PyTables for a project, and am looking for some 
advice.

Problem in brief - 

* I have a variety of medical (brain) imaging datasets that I need to store.  
This includes things like arbitrary selections of some region of the data 
(e.g. a list of 3-number indices into a volume).

* These indices are inherently variable length - users might specify many or 
few indices

* Other pieces of data that go with would fit easily into fixed-length records 
in a Table

Possible solutions -

* I have seen talk (in 2004!) of a VLTable class, which would do exactly what 
I'd like.  Is this in the works?

* I could have a separate table for fixed-length records and an associated 
VLArray, and just make sure I'm careful.

* Maybe I could have all of my strings (e.g. 10 strings all probably < 50 
chars) be metadata on the Atoms of a VLArray - this seems a little confusing, 
and probably not as efficient...

Any advice on this would be great!

Thanks,
Dav Clark


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to