3

我使用 Psychopy/iohub 和 Tobii TX300 眼动仪记录了凝视数据。加载 hdf5 文件会在 BinocularEyeSampleEvent 中显示以下条目:

['experiment_id', 'session_id', 'device_id',  'event_id', 'type', 'device_time', 'logged_time', 'time', 'confidence_interval', 'delay', 'filter_id', 'left_gaze_x', 'left_gaze_y', 'left_gaze_z', 'left_eye_cam_x',  'left_eye_cam_y', 'left_eye_cam_z', 'left_angle_x', 'left_angle_y', 'left_raw_x', 'left_raw_y', 'left_pupil_measure1', 'left_pupil_measure1_type', 'left_pupil_measure2', 'left_pupil_measure2_type', 'left_ppd_x', 'left_ppd_y', 'left_velocity_x', 'left_velocity_y', 'left_velocity_xy' 'right_gaze_x', 'right_gaze_y', 'right_gaze_z', 'right_eye_cam_x', 'right_eye_cam_y', 'right_eye_cam_z', 'right_angle_x', 'right_angle_y', 'right_raw_x', 'right_raw_y', 'right_pupil_measure1', 'right_pupil_measure1_type', 'right_pupil_measure2', 'right_pupil_measure2_type', 'right_ppd_x', 'right_ppd_y', 'right_velocity_x', 'right_velocity_y', 'right_velocity_xy', 'status']

它们与官方文档中描述的不同,那么我在哪里可以找到对数据含义的准确描述?例如,什么是 PPD,测量类型“77”是什么意思,或者速度测量的单位是什么?是否有最新的文档?...而且,也许最重要的是,哪些条目代表屏幕上的注视点(考虑到校准)?

4

1 回答 1

2

Found all the answers in this well commented code on github. The constants (like Type 77) can be found here Maybe the PsychoPy devolpers want to link this file in the documentation...?

于 2015-04-29T15:34:00.650 回答