Goldman montage subtracting channel from average

External Email - Use Caution

Hi all,

I have data of eeg in .edf files. I want different montages like Goldman, Round etc. But the problem is in Goldman montage we need to subtract average from all channels. So how do I subtract it? Should I use
raw.set_eeg_reference('average')
but after using it how do I subtract Average from channel Fp1 and some other channel?
In round montage, we need to subtract standard deviation from channel, how to do it?

Thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20191105/fb56410c/attachment.html

External Email - Use Caution

Hi,

I have never heard of this montage before.

This is what you can do currently:

https://mne.tools/dev/auto_tutorials/evoked/plot_eeg_erp.html?highlight=set_eeg_reference#setting-eeg-reference

HTH
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20191105/248a64b8/attachment-0001.html

External Email - Use Caution

Here's another tutorial with slightly more info about how EEG reference is
handled in MNE-Python:
https://mne.tools/stable/auto_tutorials/preprocessing/plot_55_setting_eeg_reference.html

External Email - Use Caution

Thank you for these link, I will look into them.