mne.channels.
Montage
(pos, ch_names, kind, selection)[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: | pos : array, shape (n_channels, 3)
ch_names : list
kind : str
selection : array of int
|
---|
See also
Notes
New in version 0.9.0.
Methods
__hash__ () <==> hash(x) |
|
plot ([scale_factor, show_names, show]) |
Plot a montage. |
__hash__
() <==> hash(x)¶plot
(scale_factor=20, show_names=False, show=True)[source]¶Plot a montage.
Parameters: | scale_factor : float
show_names : bool
show : bool
|
---|---|
Returns: | fig : Instance of matplotlib.figure.Figure
|