This repository contains Bonsai workflows organized into three main categories:
Workflows specific to individual behavioural protocols, or general protocol structures used in the lab. Examples include AFC tasks, passive stimulus presentations, etc.
Standalone calibration workflows such as gamma-calibration, laser-power-calibration, etc.
⚙️ Utilities
Workflow "modules" that interface with hardware components. Examples include camera acquisition, reward delivery, etc.
When adding new workflows to any category:
- Create a folder with a descriptive name
- Add a README.md file in the folder that includes:
- Screenshot of the workflow
- Clear description and purpose
- Hardware requirements (if applicable)
- Usage instructions
- Output file specifications
- Include the workflow file(s) (.bonsai files)
- Add any configuration files needed
- Test the workflow with actual hardware before committing