We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
thanks, noted and backref-ed from #159!
Sorry, something went wrong.
yarikoptic
No branches or pull requests
extract this info with
this will include any extensions in the file if they are present
The text was updated successfully, but these errors were encountered: