Subject source estimates on fsaverage brain model

  • MNE-Python version: 0.23.0
  • operating system: Linux Ubuntu

Hi!
I am trying to plot the sources for event related EEG from our subjects. I used a forward model from fsaverage MRI to get a uniform forward model for all subjects.

The alignment of EEG and MRI coordinates looks good, but the inverse solution shows sources not covering the whole brain.

alignment

after

Earlier, I had used patient-specific forward model and the sources were distributed on all of the brain lobes.

before

Does anyone have an idea what has gone wrong?

Thanks,

Manorama

Hello @manorama,

are you saying that you do have subject-specific MRI scans available? Then what you want to do is run the entire source modeling using those.

Only at the very end, you’ll want to morph the source estimates to fsaverage so you can average / compare results across subjects.

See the following example:

https://mne.tools/stable/auto_examples/inverse/morph_surface_stc.html

Best wishes,
Richard

Hello @richard ,

Yes, I did try running entire modeling using subject-specific MRI at first, but the results looked unexpected and weird.

I wanted to see if the sources are being affected more by noise in the EEG or some fault in the forward model. So, we decided to try using forward model from the fsaverage template, and just use EEG from the subjects. Is this not possible?
If not, then I will go back to the first approach.

Thanks!
Manorama