Sensor layouts.
Layouts are typically loaded from a file using
read_layout()
. Only use this class directly if you’re
constructing a new layout.
Methods
|
Plot the sensor positions. |
|
Save Layout to disk. |
Plot the sensor positions.
list
| slice
| None
Channels to include. Slices and lists of integers will be interpreted as channel indices.
None (default) will pick all channels. Note that channels in info['bads']
will be included if their indices are explicitly provided.
Show layout axes if True. Defaults to False.
Show figure if True. Defaults to True.
matplotlib.figure.Figure
Figure containing the sensor topography.
Notes
New in version 0.12.0.
Examples using plot
:
mne.channels.Layout
#How to convert 3D electrode positions to a 2D image