Skip to content

Latest commit

 

History

History
executable file
·
14 lines (7 loc) · 694 Bytes

File metadata and controls

executable file
·
14 lines (7 loc) · 694 Bytes

Feature based attention mapping experiment

under development

This repository requires certain dependencies, such as exptools2 (for communication with the eyetracker) and prfpy (for prf fitting). Experimental design code is built ith python 3.6 and resorts to Psychopy functions, while the analysis code requires python 3.10 or higher.

To run a session, cd into the experiment folder and write python main.py <sub_num> <run_num>

To run analysis, first install relevant modules from local folder by cd into the analysis folder and writing pip install -e .