https://github.com/neurodatawithoutborders/aqnwb
A C++ API for data acquisition using the NWB Format
https://github.com/neurodatawithoutborders/aqnwb
Last synced: 10 months ago
JSON representation
A C++ API for data acquisition using the NWB Format
- Host: GitHub
- URL: https://github.com/neurodatawithoutborders/aqnwb
- Owner: NeurodataWithoutBorders
- License: other
- Created: 2024-02-05T22:53:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:53:02.000Z (over 1 year ago)
- Last Synced: 2024-12-11T18:46:34.371Z (over 1 year ago)
- Language: C++
- Homepage: https://neurodatawithoutborders.github.io/aqnwb/
- Size: 5.34 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AqNWB
[](https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/tests.yml)
[](https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/codespell.yml)
[](https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/lint.yml)
[](https://github.com/NeurodataWithoutBorders/aqnwb/actions/workflows/doxygen-gh-pages.yml)
[](https://app.codecov.io/github/NeurodataWithoutBorders/aqnwb?branch=main)
[](https://nwb.org/aqnwb/)
[](https://nwb-overview.readthedocs.io/en/latest/nwb-project-analytics/docs/source/code_stat_pages/AqNWB_stats.html)
**AqNWB is currently under active development and should not yet be used in practice.**
AqNWB is a C++ API for acquiring neurophysiological data directly into the NWB (Neurodata Without Borders) format.
Our goal is to provide a lightweight API to integrate with existing acquisition systems.
Please see the [AqNWB Documentation](https://neurodatawithoutborders.github.io/aqnwb/) for
installation instructions and to learn more about AqNWB.
Below is a high-level overview of the project structure and capabilities we are targeting:

## Installation
See the [AqNWB Documentation](https://neurodatawithoutborders.github.io/aqnwb/) for installation and integration instructions.
* [User Installation](https://neurodatawithoutborders.github.io/aqnwb/install_page.html)
* [Developer Installation](https://neurodatawithoutborders.github.io/aqnwb/dev_install_page.html)
## Contributing and Legal
For more information about the license, contributing guidelines, code of conduct
and other relevant documentation for developers please see the
[Developer Documentation](https://neurodatawithoutborders.github.io/aqnwb/devdocs.html).