mne.BiHemiLabel¶
-
class
mne.
BiHemiLabel
(lh, rh, name=None, color=None)[source]¶ A freesurfer/MNE label with vertices in both hemispheres.
- Parameters
Attributes
lh
(Label) Label for the left hemisphere.
rh
(Label) Label for the right hemisphere.
name
(None | str) A name for the label. It is OK to change that attribute manually.
subject
(str | None) Subject the label is from.
Methods
__add__
(self, other)Add labels.
__hash__
(self, /)Return hash(self).
__len__
(self)Return the number of vertices.
__sub__
(self, other)Subtract labels.
-
__hash__
(self, /)¶ Return hash(self).