mne.channels.
Montage
(pos, ch_names, kind, selection)¶Montage for EEG cap
Montages are typically loaded from a file using read_montage. Only use this class directly if you’re constructing a new montage.
Parameters: | pos : array, shape (n_channels, 3)
ch_names : list
kind : str
selection : array of int
|
---|
Notes
New in version 0.9.0.
Methods
__hash__ () <==> hash(x) |
|
plot ([scale_factor, show_names]) |
Plot EEG sensor montage |
__hash__
() <==> hash(x)¶plot
(scale_factor=1.5, show_names=False)¶Plot EEG sensor montage
Parameters: | scale_factor : float
show_names : bool
|
---|---|
Returns: | fig : Instance of matplotlib.figure.Figure
|