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
189189publish results on [ DANDI Archive] ( https://dandiarchive.org/ ) .
190190[ NWB] ( https://www.nwb.org/ ) , as an organization, is dedicated to standardizing data
191191formats 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+ ```
195201
196202## Roadmap
197203
Original file line number Diff line number Diff line change 11# Exporting data to NWB
22
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+
39The ` export/nwb/nwb.py ` module maps from the element-array-ephys data structure to NWB.
410The main function is ` ecephys_session_to_nwb ` , which contains flags to control calling
511the following functions, which can be called independently:
You can’t perform that action at this time.
0 commit comments