[Mne_analysis] problem in _check_reference // inverse module

Alexandre Gramfort alexandre.gramfort at inria.fr
Thu Dec 21 07:38:53 EST 2017
Search archives:

can you show me what

raw.info

prints for you? did you set channel types properly?

what you need is to set channel types properly and then use

raw.set_eeg_reference('average', projection=True)

see:

https://martinos.org/mne/stable/auto_examples/preprocessing/plot_rereference_eeg.html

HTH
Alex


More information about the Mne_analysis mailing list