mne.channels.make_eeg_layout#

mne.channels.make_eeg_layout(info, radius=0.5, width=None, height=None, exclude='bads', csd=False)[source]#

Create .lout file from EEG electrode digitization.

Parameters:
infomne.Info

The mne.Info object with information about the sensors and methods of measurement.

radiusfloat

Viewport radius as a fraction of main figure height. Defaults to 0.5.

widthfloat | None

Width of sensor axes as a fraction of main figure height. By default, this will be the maximum width possible without axes overlapping.

heightfloat | None

Height of sensor axes as a fraction of main figure height. By default, this will be the maximum height possible without axes overlapping.

excludelist of str | str

List of channels to exclude. If empty do not exclude any. If ‘bads’, exclude channels in info[‘bads’] (default).

csdbool

Whether the channels contain current-source-density-transformed data.

Returns:
layoutLayout

The generated Layout.

Examples using mne.channels.make_eeg_layout#

Working with sensor locations

Working with sensor locations