I want to do volume source estimation with template MRI provided by MNE
library. All I have is EEG data which is sampled with standard_1020
montage.
I successfully plotted source estimation with template MRI by referencing these documents:
However, the figure like this is not what I want:
I checked these documents to get solutions by tweaking solutions from EEG forward operator with a template MRI but, found out that I first have to get volume source estimate
, not source estimate
.
I also checked the The typical M/EEG workflow and got the general idea of workflow.
I guess if I cannot utilize template MRI, I think I can use a sample dataset from MNE
, but I have no idea where to start. I read and read the documents, but couldn't find hints.
Here are the documents I found out related to my problem so far:
MNE documents which cover volume source estimation
Example gallery
- Compute envelope correlations in volume source space
- Compute MNE-dSPM inverse solution on evoked data in volume source space
- Compute LCMV inverse solution in volume source space
- Morph volumetric source estimate
Tutorials