Analysis code for studying the impact of movements on V1 activity during freely-moving decision making.
Clone the repository:
git clone https://github.com/rojasgabriel/ephys.git
cd ephys
Install dependencies and venv:
uv sync
Analysis entrypoints are grouped under scripts/ by role:
scripts/analyses/— scripts that answer scientific questions or generate analysis figuresscripts/diagnostics/— one-off checks of data quality, sync, or pipeline assumptionsscripts/tools/— interactive utilities and browsers
Tested on:
- MacBook Pro M2
- macOS Tahoe 26.3.1 (a)
- Python 3.11