catalystneuro / brody-lab-to-nwb

Repository for the NWB conversion and processing codes for the Brody lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brody-lab-to-nwb

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

About

Repository for the NWB conversion and processing codes for the Brody lab.

License:MIT License


Languages

Language:Jupyter Notebook 98.0%Language:Python 2.0%