Repository containing python files for running experiments.
To run these experiments, you need a working Conda installation. You can then import the Conda environment (exp.yml) by opening a terminal and typing:
conda env create -f exp.yml
This should install the Conda environment, containing all the correct Python packages necessary for running these experiments. To then activate this environment type:
conda activate exp
Detection task with eyetracker and EEG
Helper class to implement and track staircase procedure.