Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NWB namespaces to DANDI-specific asset schema #160

Closed
bendichter opened this issue Feb 13, 2023 · 1 comment
Closed

add NWB namespaces to DANDI-specific asset schema #160

bendichter opened this issue Feb 13, 2023 · 1 comment
Assignees

Comments

@bendichter
Copy link
Member

bendichter commented Feb 13, 2023

extract this info with

from pynwb import NWBHDF5IO

NWBHDF5IO.get_namespaces("path/to/file.nwb")
{'core': '2.5.0', 'hdmf-common': '1.5.1', 'hdmf-experimental': '0.2.0'}

this will include any extensions in the file if they are present

@yarikoptic
Copy link
Member

thanks, noted and backref-ed from #159!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants