Display different montages

External Email - Use Caution

Hello,

I am using the following code to display the EEG data derived from a .EDF
file.
"

*import osimport os.path as opimport numpy as npimport mneraw =
mne.io.read_raw_edf('GB0013HJ.EDF', preload=True)raw =
mne.io.read_raw_edf('eeg_recording/test.edf',
preload=True)raw.plot(block=True, lowpass=40, n_channels=10)*"

My questions are:
I. What is the default montage, that I get using the plot command?
II. How to display different montages (longitudinal bipolar, transverse
bipolar, referential).

Would appreciate your input and advice.

Thanks!

Sied
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20191017/a1153fda/attachment.html

External Email - Use Caution

hi,

you can use https://mne.tools/stable/generated/mne.set_eeg_reference.html for
this
although it's a bit cumbersome.

see also:

https://mne.tools/dev/auto_tutorials/preprocessing/plot_55_setting_eeg_reference.html

let us know how we can improve. None of the core developers of MNE are
using this in their daily practice.

Alex