mne.channels.
make_eeg_layout
(info, radius=0.5, width=None, height=None, exclude=’bads’)[source]¶Create .lout file from EEG electrode digitization.
Parameters: | info : instance of Info
radius : float
width : float | None
height : float | None
exclude : list of string | str
|
---|---|
Returns: | layout : Layout
|
See also