mne.stc_to_label(stc, src=None, smooth=True, connected=False, subjects_dir=None)[source]¶Compute a label from the non-zero sources in an stc object.
| Parameters: | stc : SourceEstimate
src : SourceSpaces | str | None
smooth : bool
connected : bool
subjects_dir : str | None
|
|---|---|
| Returns: | labels : list of Labels | list of list of Labels
|
mne.stc_to_label¶