mne.channels.
find_layout
(info, ch_type=None, exclude=’bads’)[source]¶Choose a layout based on the channels in the info ‘chs’ field.
Parameters: | info : instance of Info
ch_type : {‘mag’, ‘grad’, ‘meg’, ‘eeg’} | None
exclude : list of string | str
|
---|---|
Returns: | layout : Layout instance | None
|