mne.
grow_labels
(subject, seeds, extents, hemis, subjects_dir=None, n_jobs=1, overlap=True, names=None, surface=’white’)[source]¶Generate circular labels in source space with region growing.
This function generates a number of labels in source space by growing regions starting from the vertices defined in “seeds”. For each seed, a label is generated containing all vertices within a maximum geodesic distance on the white matter surface from the seed.
Parameters: | subject : string
seeds : int | list
extents : array | float
hemis : array | int
subjects_dir : string
n_jobs : int
overlap : bool
names : None | list of str
surface : string
|
---|---|
Returns: | labels : list of Label
|