Source power in resting state eeg(eyes open/ eyes close)

Hello,

Which source localisation method (minimum norm inverse or beamformer) is better for source power mapping for a 2 seconds duration epochs of eyes open/ close (not evokes) in resting state eeg recordings?

Best,
Payam

Hi @payam,

There is many things to take into consideration when deciding for one source reconstruction method over another. Let me list you some of them:

Beamforming is great if:

  • you assume your activity to be focal
  • you don’t have activity highly correlated in time across the brain (e.g. two auditory cortices)
  • you want to make use of the properties of a spatial filter, e.g. the noise suppression properties

Beamforming is not so great if:

  • you do not have individual MRI scans and individual sensor positions especially with EEG

So you see, there is no definitive answer to your question.
From a practical view, you could try both methods and you should see that the results converge. If they do not converge and especially if you have reason to believe that your forward model is not very accurate, I would trust the MNE over the beamformer.

HTH,
Britta

3 Likes

Thank you very much, Britta.