Getting Started
Resources
For Developers
Contributing
Command line tool to Validate an NWB file against a namespace.
Validate NWB file(s) against a namespace or its cached namespaces.
io (HDMFIO) – An open IO to an NWB file.
HDMFIO
namespace (str) – A specific namespace to validate against.
str
paths (list) – List of NWB file paths.
list
use_cached_namespaces (bool) – Whether to use namespaces cached within the file for validation.
bool
verbose (bool) – Whether or not to print messages to stdout.
Validation errors in the file.
(<class ‘list’>, (<class ‘list’>, <class ‘bool’>))
CLI wrapper around pynwb.validate.