File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
element_array_ephys/export/nwb Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -189,9 +189,15 @@ Without Borders (NWB) files. This makes it easy to share files with collaborator
189
189
publish results on [ DANDI Archive] ( https://dandiarchive.org/ ) .
190
190
[ NWB] ( https://www.nwb.org/ ) , as an organization, is dedicated to standardizing data
191
191
formats and maximizing interoperability across tools for neurophysiology. For more
192
- information on uploading NWB files to DANDI within the DataJoint Elements ecosystem,
193
- visit our documentation for the DANDI upload feature of [ Element Array
194
- Electrophysiology] ( datajoint.com/docs/elements/element-array-ephys/ ) .
192
+ information on uploading NWB files to DANDI within the DataJoint Elements ecosystem see
193
+ the corresponding notebook on the [ tutorials page] ( ./tutorials/index.md ) .
194
+
195
+ To use the export functionality with additional related dependencies, install the
196
+ Element with the ` nwb ` option as follows:
197
+
198
+ ``` console
199
+ pip install element-array-ephys[nwb]
200
+ ```
195
201
196
202
## Roadmap
197
203
Original file line number Diff line number Diff line change 1
1
# Exporting data to NWB
2
2
3
+ To use the export functionality, install the Element with the ` nwb ` option as follows:
4
+
5
+ ``` console
6
+ pip install element-array-ephys[nwb]
7
+ ```
8
+
3
9
The ` export/nwb/nwb.py ` module maps from the element-array-ephys data structure to NWB.
4
10
The main function is ` ecephys_session_to_nwb ` , which contains flags to control calling
5
11
the following functions, which can be called independently:
You can’t perform that action at this time.
0 commit comments