Source reconstruction

Hello,

We recorded a continuous EEG signal using 64 channels. It does not contain events as the stimulus is just the story from an audiobook. I was wondering if even I can not obtain epochs and evoked data I can still do source reconstruction using MNE-phyton. It seems to me that all the available scripts rely on the epochs signal.

Thank you,

Marina.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20160613/f7319c41/attachment.html

hi Marina,

you can always use apply_inverse_raw to get MNE/dSPM/sLORETA from raw data:

http://martinos.org/mne/dev/generated/mne.minimum_norm.apply_inverse_raw.html#mne.minimum_norm.apply_inverse_raw

it will however produce huge arrays in memory.

You might be interested in looking at what people do with TRFs. Some
MNE devs are working with such people. I'll let them pitch in.

Alex

Alex