[pymvpa] Multiple datasets in one hdf5 file

Yaroslav Halchenko debian at onerussian.com
Thu Jan 10 19:01:03 UTC 2013


should be as simple as storing one since you can store (theoretically)
any structure, so just try

h5save('/tmp/out.h5', [ds1, ds2])

and then load as

ds1, ds2 = h5load('/tmp/out.h5')

On Thu, 10 Jan 2013, Kimberly Zhou wrote:

>    Hello,�
>    On the hyperalignment tutorial, the data (with attributes and everything
>    already)�for multiple subjects are all in one hdf5 file. Is there a page
>    or something that shows how to save multiple datasets into one hdf5 file?
>    Apologies for more noob questions.�Thank you!!

> _______________________________________________
> Pkg-ExpPsy-PyMVPA mailing list
> Pkg-ExpPsy-PyMVPA at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa


-- 
Yaroslav O. Halchenko
Postdoctoral Fellow,   Department of Psychological and Brain Sciences
Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755
Phone: +1 (603) 646-9834                       Fax: +1 (603) 646-1419
WWW:   http://www.linkedin.com/in/yarik        



More information about the Pkg-ExpPsy-PyMVPA mailing list