EEG data in a .txt file

Hi all,

I am trying to solve the EEG inverse problem, but my EEG data are in a text
format (.txt) so I was wondering if anyone has work in mne python using EEG
in a txt format, or maybe somebody have an idea about how can I convert the
.txt file in to a fortmat compatible with mne python

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20140516/02a2a9cf/attachment.html

hi,

with the nightly version of MNE-Python you can use:

mne.io.array.RawArray

to create a raw object from a numpy array.

HTH
Alex