mne.channels.Montage¶
-
class
mne.channels.
Montage
(pos, ch_names, kind, selection, nasion=None, lpa=None, rpa=None)[source]¶ Montage for standard EEG electrode locations.
Warning
Montages should typically be loaded from a file using
mne.channels.read_montage()
instead of instantiating this class directly.- Parameters
See also
Notes
New in version 0.9.0.
Methods
__hash__
(self, /)Return hash(self).
get_pos2d
(self)Return positions converted to 2D.
plot
(self[, scale_factor, show_names, kind, …])Plot a montage.
-
__hash__
(self, /)¶ Return hash(self).
-
plot
(self, scale_factor=20, show_names=True, kind='topomap', show=True)[source]¶ Plot a montage.
- Parameters
- Returns
- figinstance of
matplotlib.figure.Figure
The figure object.
- figinstance of