NeurodataWithoutBorders / pynwb

A Python API for working with Neurodata stored in the NWB Format
https://pynwb.readthedocs.io
Other
178 stars 84 forks source link

[Documentation]: Add examples of metadata for optogenetics and icephys devices #1998

Open rly opened 1 week ago

rly commented 1 week ago

What would you like changed or added to the documentation and why?

See https://github.com/NeurodataWithoutBorders/pynwb/pull/1997#pullrequestreview-2444079642

NWB Schema 2.8.0 adds support for a few new Device metadata fields, such as model_name, model_number, and serial_number, in addition to the existing description and manufacturer fields. It would be nice to update the optogenetics and intracellular ephys tutorials to demonstrate the use of these fields with realistic example data. I am not sure what those would be, so we should consult researchers who are collecting these types of data.

Do you have any interest in helping write or edit the documentation?

Yes.

Code of Conduct