mne.channel_type#

mne.channel_type(info, idx)[source]#

Get channel type.

Parameters:
infomne.Info

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

idxint

Index of channel.

Returns:
typestr

Type of channel. Will be one of:

{'bio', 'chpi', 'dbs', 'dipole', 'ecg', 'ecog', 'eeg', 'emg',
'eog', 'exci', 'eyetrack', 'fnirs', 'gof', 'gsr', 'ias', 'misc',
'meg', 'ref_meg', 'resp', 'seeg', 'stim', 'syst', 'temperature'}

Examples using mne.channel_type#

The Info data structure

The Info data structure