-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from catalystneuro/visual_coding
Visual Coding (Ophys) Tutorial
- Loading branch information
Showing
6 changed files
with
28,696 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Allen Institute - Visual Coding - Optical Physiology | ||
|
||
This notebook and accompanying JSON metadata files are a full demo of the Visual Coding (Ophys) dataset corresponding to Dandiset `000728`. | ||
|
||
The notebook has been confirmed to work in the frozen environment specified by the `environment.yaml` file. | ||
|
||
To install this environment for yourself, navigate into `example-notebooks/000728/AllenInstitute/` and run: | ||
|
||
```bash | ||
conda env create -f visual_coding_ophys_notebook_environment.yml | ||
``` | ||
|
||
then | ||
|
||
```bash | ||
conda activate visual_coding_ophys_notebook | ||
``` | ||
|
||
This notebook was derived from past work in the [Brain Observatory Examples](https://github.com/AllenInstitute/brain_observatory_examples) repository, in particular [the 2022 version](https://github.com/AllenInstitute/brain_observatory_examples/blob/d579969f2a5015a77da4615d4686f94a9f6121a4/BMM%202022/2P%20Visual%20Coding%20Tutorial.ipynb). It has been adapted to run without use of the AllenSDK and only rely on internal NWB file (version 2) content and the accompanying JSON files. |
Oops, something went wrong.