mne.
add_reference_channels
(inst, ref_channels, copy=True)[source]¶Add reference channels to data that consists of all zeros.
Adds reference channels to data that were not included during recording. This is useful when you need to re-reference your data to different channel. These added channels will consist of all zeros.
Parameters: | inst : instance of Raw | Epochs | Evoked
ref_channels : str | list of str
copy : bool
|
---|---|
Returns: | inst : instance of Raw | Epochs | Evoked
|