Eyelink 指北
欢迎,这里是Charlie的Eyelink指北。内容在逐步更新中……
您可以点击右侧的导航栏来快速跳转到您感兴趣的内容。
如果有想要看到的内容,可以通过首页表单或者邮件与我联系:Charlie-TechBlog@outlook.com
欢迎订阅我的博客,在我更新文章时会在第一时间通知您。
0. Intro
- 认识眼动研究
- 认识眼动仪
1. Experiment Builder
1.1 Basic
- 认识 Experiment Builder
- 编程前的实验设计准备
- Experiment 层(DisplayScreen、Keyboard、Timer和Sequence)
- Block 层(CameraSetup)
- Trial 层(PrepareSequence和DriftCorrection)
- Recording 层(Datasource、引用和Test Run)
- 设置随机(Datasource)
- 计算反应时和正确率(Variable、UpdateAttribute和Conditional)
- 记录行为信息(ResultFile和AddToResultFile)
- 实验的保存、编译、压缩与迁移
1.2 Master
- 显示图片与位置随机
- 拉丁方设计
- 文字自动化分兴趣区 - Auot_Word_Segment
- 播放声音(DisplayScreen、PlayAudio和PlauAudioControl)
- 播放视频(DisplayScreen、PlayAudio和PlauAudioControl)
- 录音(RecordSound、RecordSoundControl和VoiceKey)
- 边界触发(InvisibleBoundary)
- GC-Window(DisplayScreen)
- Visual-World(DisplayScreen和Mouse)
- 多模态(SetTTL、BiometricTTL等)
1.3 单控件精讲
2. 主试机及操作
2.1 Basic
- 实验室环境配置
- Eyelink 软件安装
- 数据采集操作
- 常见问题汇总
2.2 Master
3. Data Viewer
3.1 Basic
3.2 Master
- 数据清洗
- 绘制动态兴趣区DynamicInterestArea
4. Third-Party Programing Tools
- 第三方编程概述
- 第三方编程 Command 函数可用参数参考文档
- 第三方编程 Message 函数可用参数参考文档
4.1 E-Prime
[旧版]4.1.1 E-Prime with DevKit v1.11.5
[新版/推荐]4.1.2 E-Prime with DevKit v2.1.1
4.1.3 其他
- E-Prime 中的多模态
4.2 PsychToolBox
4.3 PsychoPy
浙江大学的王治国老师已经就此内容创作了系统的工具书,此处直接引用王老师的劳动成果。
Several Python programming books feature tools designed for experimental psychologists. What sets this book apart is its focus on eye-tracking.
Eye-tracking is a widely used research technique in psychology and neuroscience labs. Research grade eye-trackers are typically faster, more accurate, and of course, more expensive than the ones seen in consumer goods or usability labs. Not surprisingly, a successful eye-tracking study usually requires sophisticated computer programming. Easy syntax and flexibility make Python a perfect choice for this task, especially for psychology researchers with little or no computer programming experience.
This book offers detailed coverage of the Pylink library, a Python interface for the gold standard EyeLink ® eye-trackers, with many step-by-step example scripts. This book is a useful reference for eye-tracking researchers, but you can also use it as a textbook for graduate-level programming courses.
传送门:Eye-Tracking with Python and Pylink
此为 Springer 链接,大多数学校都已订阅,大家可自由下载。
感谢王老师的无私分享。
4.4 Translog II
- 概述
- Project的制作
- 数据采集
4.5 辅助工具
4.6 数据读取
5. Weblink
- 总体概述
- 网页任务/WebPage
- 外部视频/External Video
- 场景相机/Scene Camera
- 试题网页制作
- 概述
- HTML
- CSS
- JS