PsychoPy- and Pygaze-based implementation of hand- and eye-tracking paradigm with gambling and random dot kinematogram stimulus
Dependencies:
-Python, NumPy (better install through Anaconda distribution https://www.continuum.io/downloads)
-PsychoPy (get latest version from https://github.com/psychopy/psychopy/)
-Pyglet (install with pip: pip install pyglet)
-PyGame (download from http://www.pygame.org/download.shtml)
-PyGaze (get latest version from https://github.com/esdalmaijer/PyGaze)
Before you run the experiment for the first time, you have to create a monitor profile in the PsychoPy settings. To do this
-
Set the parameters of your monitor in constants.py
-
Run monitor_setup.py
To start the experiment, simply run run_experiment.py (don't forget to set up the parameters in constants.py first!)