mne.channels.read_layout
mne.channels.
read_layout
Read layout from a file.
kind : str
The name of the .lout file (e.g. kind=’Vectorview-all’ for ‘Vectorview-all.lout’).
path : str | None
The path of the folder containing the Layout file. Defaults to the mne/channels/data/layouts folder inside your mne-python installation.
scale : bool
Apply useful scaling for out the box plotting using layout.pos. Defaults to True.
layout : instance of Layout
The layout.
See also
Layout.save
Motor imagery decoding from EEG data using the Common Spatial Pattern (CSP)
Demonstration of how to use ClickableImage / generate_2d_layout.
Visualize Raw data