mne.BiHemiLabel#
- class mne.BiHemiLabel(lh, rh, name=None, color=None)[source]#
A freesurfer/MNE label with vertices in both hemispheres.
- Parameters:
- Attributes:
Methods
- __add__(other)[source]#
Add labels.
- Parameters:
- otherinstance of
Label| instance ofBiHemiLabel The label to add.
- otherinstance of
- Returns:
- labelinstance of
BiHemiLabel The union of the two labels.
- labelinstance of
- __sub__(other)[source]#
Subtract labels.
- Parameters:
- otherinstance of
Label| instance ofBiHemiLabel The label to subtract.
- otherinstance of
- Returns:
- labelinstance of
Label| instance ofBiHemiLabel The vertices of this label that are not in
other(aLabelif only one hemisphere remains).
- labelinstance of