Oddball Session Scripts
This document provides an overview of the scripts specifically used for oddball experimental protocols in this project.
Standard Oddball Protocol
-
Standard_oddball.bonsai - The standard oddball protocol script (generic version)
- Located in
code/stimulus-control/src/
- For detailed information, see Standard Oddball Protocol
- Located in
-
Standard_oddball_slap2.bonsai - Standard oddball protocol optimized for SLAP2 hardware
- Located in
code/stimulus-control/src/
- For detailed information, see Standard Oddball Protocol
- Located in
Sensory-Motor Oddball Protocol
- Sensory_motor_oddball_slap2.bonsai - Implements the sensory-motor oddball paradigm for SLAP2 hardware
- Located in
code/stimulus-control/src/
- For detailed information, see Sensory-Motor Closed Loop Protocol
- Located in
Bonsai Instructions
For instructions on how to set up and run these Bonsai scripts, please refer to: - Bonsai Instructions
Adding a New Script to Documentation
If you've created a new script that should be added to this documentation, follow these steps:
-
Place your Bonsai script in
code/stimulus-control/src/
-
Add your script to this list with a brief description
-
For a new experimental protocol, create a markdown file in
docs/stimuli/
explaining:- Protocol purpose
- Key parameters and settings
- Running instructions
- Output formats
- Hardware considerations
-
Update
mkdocs.yml
to include your new markdown file
Related Documents
- Bonsai Instructions: How to set up and run Bonsai scripts
- Standard Oddball: Details about the standard oddball paradigm
- Sensory-Motor Closed Loop: Information about the sensory-motor paradigm
- Experimental Plan: Overview of all experimental paradigms