This is a simple C++ demo project that shows how to read and analyze NWB (Neurodata Without Borders) files using the AqNWB library. The demo reads a NWB file and performs basic statistical analysis on the ElectricalSeries electrophysiology data.
📁 Source: This demo is part of the AqNWB repo. For details see the demo/inspect_electrical_series/README.md docs.
📖 Further Reading:
This demo app shows how we can implement and use an extension to NWB via AqNWB. Specifically, this example shows how we can:
📁 Source: This demo is part of the AqNWB repo. For details see the demo/labmetadata_extension_demo/README.md docs file.
📖 Further Reading: