mne.preprocessing.eyetracking.set_channel_types_eyetrack#
- mne.preprocessing.eyetracking.set_channel_types_eyetrack(inst, mapping)[source]#
Define sensor type for eyetrack channels.
This function can set all eye tracking specific information: channel type, unit, eye (and x/y component; only for gaze channels)
Supported channel types:
'eyegaze'
and'pupil'
Supported units:
'au'
,'px'
,'deg'
,'rad'
(for eyegaze)'au'
,'mm'
,'m'
(for pupil)- Parameters:
- Returns:
Notes
inst.set_channel_types()
to'eyegaze'
or'pupil'
works as well, but cannot correctly set unit, eye and x/y component.Data will be stored in SI units: if your data comes in
deg
(visual angle) it will be converted torad
, if it is inmm
it will be converted tom
.
Examples using mne.preprocessing.eyetracking.set_channel_types_eyetrack
#
Importing Data from Eyetracking devices
Importing Data from Eyetracking devices