mne.simulation.
select_source_in_label
(src, label, random_state=None)¶Select source positions using a label
Parameters: | src : list of dict
label : Label
random_state : None | int | np.random.RandomState
|
---|---|
Returns: | lh_vertno : list
rh_vertno : list
|