Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neurodatawithoutborders/nwbinspector

Tool to help inspect NWB files for compliance with NWB Best Practices
https://github.com/neurodatawithoutborders/nwbinspector

nwb

Last synced: 6 days ago
JSON representation

Tool to help inspect NWB files for compliance with NWB Best Practices

Awesome Lists containing this project

README

        


NWB Inspector logo


Supported Python versions
codecov



PyPI latest release version
License: BSD-3



Python code style: Black
Python code style: Ruff



Documentation build status
Daily tests

Inspect NWB files for compliance with [NWB Best Practices](https://nwbinspector.readthedocs.io/en/dev/best_practices/best_practices_index.html).

This inspector is meant as a companion to the PyNWB validator, which checks for strict schema compliance. This tool attempts to apply some common sense to find components of the file that are technically compliant, but possibly incorrect, suboptimal in their representation, or deviate from best practices.

This tool is meant simply as a data review aid. It does not catch all possible violations of best practices and any warnings it does produce should be checked by a knowledgeable reviewer.

## Installation

```bash
pip install nwbinspector
```

## Usage

```bash
# supply a path to an NWB file
nwbinspector path/to/my/data.nwb

# supply a path to a directory containing NWB files
nwbinspector path/to/my/data/folder/
```

Read about more detailed usage in the main [documentation](https://nwbinspector.readthedocs.io/en/dev/user_guide/user_guide_index.html).