Skip to content

Commit

Permalink
download demo movie if not present
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed Jan 9, 2023
1 parent 4ac7b61 commit 92c3034
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions notebooks/mcorr_cnmf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,19 @@
"An input movie must be anywhere within `raw data path` or `batch path`. We will use the Sue 2p example."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b94f1158-9d5e-40a3-94f1-cb3896b30336",
"metadata": {},
"outputs": [],
"source": [
"# We'll use teh Sue movie from caiman\n",
"# download it if you don't have it\n",
"from caiman.utils.utils import download_demo\n",
"download_demo()"
]
},
{
"cell_type": "code",
"execution_count": 8,
Expand Down

0 comments on commit 92c3034

Please sign in to comment.