mne.BiHemiLabel(lh, rh, name=None, color=None)[source]¶A freesurfer/MNE label with vertices in both hemispheres.
| Parameters: | lh : Label
rh : Label
name : None | str
color : None | matplotlib color
|
|---|
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__(other) |
Add labels. |
__hash__() <==> hash(x) |
|
__len__() |
Return the number of vertices. |
__sub__(other) |
Subtract labels. |
__hash__() <==> hash(x)¶