HanZhang-psych / chap

Home Page:http://in.bgu.ac.il/en/Labs/CNL/chap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHAP: Open Source Software for Processing and Analyzing Pupillometry Data

Pupil dilation is an effective indicator of cognitive and affective processes. While there are several eye-tracker systems in the market that provide effective solutions for pupil dilation measurement, there is a lack of tools for processing and analyzing the data provided by these systems. For this reason, we developed CHAP - open-source software written in MATLAB. This software provides a user-friendly interface (graphical user interface) for processing and analyzing pupillometry data. Our software creates uniform conventions for the pre-processing and analysis of pupillometry data, and provides a quick and easy-to-implement tool for researchers interested in pupillometry.

Installation

The installation of CHAP includes 3 main steps:

  1. Downloading CHAP from here.
  2. Extracting the ZIP file.
  3. Running CHAP_installation.m file (that adds CHAP to the MATLAB path list).

Please note:

  • When working with EyeLink data files:

    • Users who use Windows 32-bit version should go to CHAP's folder and copy manually the edf2mat/edfapi.dll file to C:\Windows\System32
    • Users who use Windows 64-bit version should go to CHAP 's folder and copy manually the edf2mat/edfapi64.dll file to C:\Windows\System32
    • Users who use Mac should go to CHAP 's folder and unzip manually the edf2mat/edfapi.framework.zip file and copy edfapi.framework to /Library/Frameworks.

    More information about converting EyeLink data files into MATLAB can be found here: https://github.com/uzh/edf-converter.

  • When working with Eye Tribe data files (txt files given by the default Eye Tribe interface), python should be installed.

For further information or if you have any questions please do not hesitate to contact us.

Citations

Follow us by adding yourself to our mailing list

About

http://in.bgu.ac.il/en/Labs/CNL/chap


Languages

Language:MATLAB 99.6%Language:Python 0.4%