[Mne_analysis] fiff2nc conversion

Alexandre Gramfort alexandre.gramfort at telecom-paristech.fr
Tue Mar 11 06:19:53 EDT 2014
Search archives:

hi Lavoslav,

you have netcdf support in python as you know.

to get the raw data read : http://martinos.org/mne/stable/python_tutorial.html

this line is what you look for:

data, times = raw[:, start:stop]

then data is a numpy array you can store in .nc

note that by doing this you loose all the measurement info.

HTH
A


On Tue, Mar 11, 2014 at 10:56 AM, Lavoslav Čaklovic
<lavoslav.caklovic at math.hr> wrote:
> Hi all,
>
> My question concerns conversion from
> fif-file to nc-file format. I am newbie in MEG data analysis. I made some
> python scripts for reading and manipulating data from nc-file format.
> I now nothing about data structure in fif files, but I would like to extract
> data from them to make the same calculations.
>
> Please give me some suggestions how to do that.
>
>
> Lavoslav Čaklović
> Department of Mathematics
> University of Zagreb
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
>
> The information in this e-mail is intended only for the person to whom it is
> addressed. If you believe this e-mail was sent to you in error and the e-mail
> contains patient information, please contact the Partners Compliance HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in error
> but does not contain patient information, please contact the sender and properly
> dispose of the e-mail.




More information about the Mne_analysis mailing list