Skip to content

c2nate/fixation-py

Repository files navigation

fixation-py

These are the basic files that I am allowed to publish from a research project involving building a recommendation system based off of eye tracking software (SearchGazer - Brown University).

Gaze data is provided in coordinate form with a time measurement in both the fixation_features.csv and the saccadic_features.csv, and piped into both fixationDetect.py and saccadicFeat.py. Both programs use a basic for loop structure with an if clause to determine whether a data point can be marked as a fixation or a saccade. In the final project, these two were linked together to provide instantaneous outputs on larger, more diverse datasets.

Using only pandas and numpy, the resultant data will be pumped out into two csv files that can be used for comparison and further research.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages