Create .lout file from EEG electrode digitization.
mne.InfoThe mne.Info object with information about the sensors and methods of measurement.
floatViewport radius as a fraction of main figure height. Defaults to 0.5.
float | NoneWidth of sensor axes as a fraction of main figure height. By default, this will be the maximum width possible without axes overlapping.
float | NoneHeight of sensor axes as a fraction of main figure height. By default, this will be the maximum height possible without axes overlapping.
list of str | strList of channels to exclude. If empty do not exclude any. If ‘bads’, exclude channels in info[‘bads’] (default).
Whether the channels contain current-source-density-transformed data.
LayoutThe generated Layout.
See also
mne.channels.make_eeg_layout#