Repository for the NWB conversion and processing codes for the Brody lab.
To download notebooks and utility code, run
git clone https://github.com/catalystneuro/brody-lab-to-nwb
We recommend installing in a fresh Python 3.7 environment to ensure intended dependency versions are installed. This is easily done in conda
with
conda create -n brody_lab_to_nwb python=3.7
conda activate brody_lab_to_nwb
To install, run the command
pip install -e brody-lab-to-nwb