Skip to content

theskinnerbox/ASTEF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASTEF: A Simple Tool for Examining Fixations.

Official website: http://astef.info

Overview

A Simple Tool for Examining Fixations (ASTEF) is a project for facilitating the use of spatial statistics on eye tracking data. The first version of the software was developed in C# and it is no longer maintained. This version is coded for Matlab. The interface has completely redesigned and simplified.

Fixation Data Format

Fixation file has to be a simple text file, .txt extension, space-delimited.

First line: screen width and height, in pixel.

From second line to the end: timestamp, in milliseconds, and x y coordinates of each fixation, in pixels.

Example:

1024 768
1083 369 482
1684 388 546
1856 359 589
2264 337 684
3212 340 854
3576 380 433

Screenshots

Screenshot

Available programming languages

Current:

  • Matlab

Planned:

  • Current web browsers are capable of supporting sites that are indistinguishable from computer applications. Although many everyday tasks like word processing and photo editing can now be carried out on-line, scientific web apps for data analysis are very rare. That is very unfortunate because researchers often need to purchase, install, and learn very complicated packages even if they only need a few of their functionalities. In the future we want to introduce a website developed for examining eye-tracking data and readily computing few critical indices. That would represent an evolution of both the package that was introduced several years ago and the current one. So far, ASTEF users were mainly interested in the NNI computing function and often requested versions for other operating systems. With that in mind, our efforts will be devoted to developing a site providing only the core functions of ASTEF, thus making it platform-independent and motivating users to request additional features that best suit their research and data visualization needs. A first implementation by Francesco Malatesta (https://github.com/francescomalatesta) was provided (see the Pull requests).

If you want to contribute to the web application, porting ASTEF to other programming languages, or improving the existing versions, please contact us!

Publications