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
7 changes: 7 additions & 0 deletions 001617/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Example Sessions for Dandiset 001617

This submission provides a notebook showcasing example sessions for the Dandiset 001617.

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

- `example_notebook.ipynb` showcases two example sessions from the 001617 dataset. The first contains concurrent fiber photometry recordings, electrophysiology recordings, and optogenetic stimulation. The second contains only electrophysiology recordings, and optogenetic stimulation.
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
- networkx
- pip
- pip:
- dandi
- remfile
- dan-lab-to-nwb @ git+https://github.com/catalystneuro/dan-lab-to-nwb.git@main
Loading