Extracting inverse operators from MNE-C

External Email - Use Caution

Greetings, MNE users!

We use MNE-C ver. 2.53 for the MEG source localization. Our pipeline
includes calculating an inverse operator for the transition from a sensor
space into a subject-specific source space with further morphing into an
average brain source space.

Currently, we seek an efficient way to extract the single-trial source
space data, for making possible feauture extraction for statistical
classifiers. A straightforward way implies generating in MNE an enormous
amount of time-domain data.

Therefore, our question is the following. Is there a way to extract inverse
operators (i.e. Sensors->Sources(ind.) and Sources(ind.)->Sources(ave.))
generated by MNE-C to be read in third party software (preferably, Matlab)?

Your help would be much appreciated!

Best regards,
Dr. Anatoly Vasilyev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190813/5ced8ce4/attachment.html

External Email - Use Caution

hi,

you can easily do this with mne-python but if you want to do it in matlab
you will need to dig into:

https://github.com/mne-tools/mne-matlab/blob/master/matlab/mne_ex_compute_inverse.m

HTH
Alex