Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 001617/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Example Sessions for Dandiset 001617

This submission provides 2 notebooks showcasing example sessions for the Dandiset 001617.

Each notebook provides an example of how to access the critical data and metadata from the 2 types of experiments in the dataset:

- `photometry_example_notebook.ipynb` showcases one example session from the 001617 dataset containing concurrent fiber photometry recordings, electrophysiology recordings, and optogenetic stimulation.
- `behavior_example_notebook.ipynb` showcases one example session from the 001617 dataset containing labeled sleep/wake behavior, concurrent electrophysiology recordings, and DeepLabCut pose estimation.
708 changes: 708 additions & 0 deletions 001617/behavior_example_notebook.ipynb

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions 001617/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# run: conda env create --file environment.yml
name: dan_notebook_env
channels:
- conda-forge
dependencies:
- python==3.13
- ipykernel
- matplotlib
- dandi
- networkx
- pip
- pip:
- remfile
- dan-lab-to-nwb @ git+https://github.com/catalystneuro/dan-lab-to-nwb.git@main
Loading