Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 664 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 664 Bytes

RIT-Gaze-Study

Work I completed for a high school research internship under Dr. Gabriel Diaz. This repository consists of two projects:

  • A project that parsed a set of data collected during a prior experiment and analyzed it to determine if a saccade occured.
  • A project that parsed a set of data collected during a prior experiment and analyzed it to recreate what occured in a virtual reality simulation.

Saccade Analysis.py is a self contained script that handled the first project.

ExperimentSimulation.py and DataExtraction.py work together with a missing file, LoadParameters.py to handle the second project. This is run from ExperimentSimulation.py