diff --git a/mne/_fiff/reference.py b/mne/_fiff/reference.py index 124e926af71..ce1b6ea4c1e 100644 --- a/mne/_fiff/reference.py +++ b/mne/_fiff/reference.py @@ -154,6 +154,7 @@ def _apply_reference(inst, ref_from, ref_to=None, forward=None, ch_type="auto"): return inst, ref_data + def _apply_dict_reference(inst, ref_dict, ch_type="auto"): """Apply a dict-based custom EEG referencing scheme.""" # ref_to = _check_before_reference(inst, ref_from, ref_to, ch_type) @@ -178,6 +179,7 @@ def _apply_dict_reference(inst, ref_dict, ch_type="auto"): # return inst, ref_data + @fill_doc def add_reference_channels(inst, ref_channels, copy=True): """Add reference channels to data that consists of all zeros.