This repository contains templates for building experiments in psychopy, for both offline and online experiments.
These templates use psychopy as the toolbox for stimulus presentation and Lab Streaming Layer for event logging and data stream management.
This repository includes the following templates:
offline
: a template for running standard, offline experimentsonline
: a template for running experiments with online EEG processing
All templates follow the same general structure, using:
- a
functions
file, which contains collection of functions that are used in the task - a
script
file, which contains the main run script that can be used to run the experiment
All templates have the following dependencies:
Individual experiments may also have additional dependencies.
The online
template requires the following extra dependencies: