Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1020 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 1020 Bytes

Calcium Imaging: Cell Detection and Signal Extraction Exercise

Setup

Clone the Repo

git clone <this-github-url>

Install the Packages

pip install -r requirements.txt

Dataset

The dataset in this project is from the Flatiron Institute, distributed to test CaImAn Givannucci et al, 2019:

Once the python packages are installed, the data can be downloaded to the data/raw folder via DVC:

dvc pull

```or 

python -m dvc pull


pip install --upgrade jupyterlab --user pip show jupyterlab