mne.
pick_types_forward
(orig, meg=True, eeg=False, ref_meg=True, seeg=False, ecog=False, include=[], exclude=[])[source]¶Pick by channel type and names from a forward operator.
Parameters: | orig : dict
meg : bool or string
eeg : bool
ref_meg : bool
seeg : bool
ecog : bool
include : list of string
exclude : list of string | str
|
---|---|
Returns: | res : dict
|