/py-exp

Repository containing python files for running experiments

Primary LanguagePythonMIT LicenseMIT

py-exp

Repository containing python files for running experiments.

Setting up conda environment

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

Detection task with eyetracker and EEG

staircase

Helper class to implement and track staircase procedure.