[Mne_analysis] hdf5 file importing

rodrigo at bechelli.org rodrigo at bechelli.org
Fri Feb 17 13:29:21 EST 2017
Search archives:

Hi,

I made a tutorial of dump and restore to hdf5 format using numpy, pandas 
and h5py some time ago...I hope this could help.

https://gist.github.com/RodrigoPrior/801c4b624b6b1ac7bb7c

Rgds,

--
rodrigo at bechelli.org

On 02/17/2017 03:49 PM, mne_analysis-request at nmr.mgh.harvard.edu wrote:
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 17 Feb 2017 17:32:45 +0000
> From: Chris Holdgraf <choldgraf at berkeley.edu>
> Subject: Re: [Mne_analysis] hdf5 file importing
> To: Discussion and support forum for the users of MNE Software
> 	<mne_analysis at nmr.mgh.harvard.edu>
> Message-ID:
> 	<CAD7kTDE6hD0Gpj9Vh7u-2rwUuck1rSxduMbpV0PrtgCM1EVspw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> To add a little bit more context - HDF5 is not a project-specific format,
> so there would be no way for MNE to have a function that would read in an
> arbitrary HDF5 file. HDF5 is kind of like a file/folder directory, but
> stored in a single file.
>
> You should look into a package called `h5py` and use it to explore the
> files that are output by your script. Use it to find the data and relevant
> information necessary to create the MNE data structures that Alex linked to.
>


More information about the Mne_analysis mailing list