External Email - Use Caution
Hi there,
a question on handling eeg recording reference in mne:
I have data recorded with FCz reference (brainvision amplifier). If I get the docs correctly, when I load this data to mne (in my case via read_raw_brainvision) the software automatically applies average reref via projectors.
If I want to keep the data as recorded, i can prevent this behavior via set_eeg_reference([]).
Yet, it is puzzling to me how to keep track of the recording setup. Would I have to set the custom_ref_applied parameter in the Info class? Or would I have to specify it for each channel individually in info[?chs?][?locs?]?
Looking forward to your answers,
Dominik