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 () |
Return positions converted to 2D. |
plot ([scale_factor, show_names, kind, show]) |
Plot a montage. |
__hash__
($self, /)¶Return hash(self).
plot
(scale_factor=20, show_names=True, kind='topomap', show=True)[source]¶Plot a montage.
Parameters: |
|
---|---|
Returns: |
|