Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suddi/heatmap-generator

Generates heatmaps for eye tracking data from EyeLink
https://github.com/suddi/heatmap-generator

eyelink heatmap matlab perception psychophysics

Last synced: about 1 month ago
JSON representation

Generates heatmaps for eye tracking data from EyeLink

Awesome Lists containing this project

README

        

## Heatmap Generator ##

[![license](https://img.shields.io/github/license/suddi/heatmap-generator.svg?maxAge=2592000)](https://github.com/suddi/heatmap-generator/blob/master/LICENSE)

Generates heatmaps for eyetracking data fed in text format from EyeLink.

Required input in text file:

TRIAL_INDEX
LEFT_IMAGE
RIGHT_IMAGE
SAME
EYE_USED
KEY_PRESSED
RESPONSE_TIME
TRIAL_FIXATION_TOTAL
CURRENT_FIX_INDEX
CURRENT_FIX_DURATION
CURRENT_FIX_X
CURRENT_FIX_Y
CURRENT_FIX_PUPIL

Data must be supplied as TSV (Tab Seperated Values) into `main.m`

### Usage ###

To use please add in the colormaps, curvemaps and normalmaps of the images used in the eyetracking experiment into `images/`, `images/curvemaps/` and `images/normalmaps` respectively.

Further settings can be found in `settings.m`.

To run:

$ main();

Example of heatmap created:

![Sample](sample.png)