Namespace for all classes related to the NWB data standard. More...
Classes | |
| class | AnnotationSeries |
| TimeSeries storing text-based records about the experiment. More... | |
| class | Container |
| Abstract data type for a group storing collections of data and metadata. More... | |
| class | Data |
| An abstract data type for a dataset. More... | |
| class | DataTyped |
| A typed data container for a dataset. More... | |
| class | Device |
| Metadata about a data acquisition device, e.g., recording system, electrode, microscope. More... | |
| class | DynamicTable |
| Represents a group containing multiple datasets that are aligned on the first dimension. More... | |
| class | ElectricalSeries |
| General purpose time series. More... | |
| class | ElectrodeGroup |
| The ElectrodeGroup class represents a physical grouping of electrodes, e.g. a shank of an array. More... | |
| class | ElectrodesTable |
| Represents a table containing electrode metadata. More... | |
| class | ElementIdentifiers |
| A list of unique identifiers for values within a dataset, e.g. rows of a DynamicTable. More... | |
| class | NWBFile |
| The NWBFile class provides an interface for setting up and managing the NWB file. More... | |
| class | RecordingContainers |
| The RecordingContainers class provides an interface for managing and holding groups of Containers acquired during a recording. More... | |
| class | RegisteredType |
| Base class for types defined in the NWB schema. More... | |
| class | SpikeEventSeries |
| Stores snapshots/snippets of recorded spike events (i.e., threshold crossings). More... | |
| class | TimeSeries |
| General purpose time series. More... | |
| class | VectorData |
| An n-dimensional dataset representing a column of a DynamicTable. More... | |
| class | VectorDataTyped |
| A typed n-dimensional dataset representing a column of a DynamicTable. More... | |
Variables | |
| constexpr auto | AttributeField = AQNWB::Types::StorageObjectType::Attribute |
| Alias for AQNWB::Types::StorageObjectType::Attribute. | |
| constexpr auto | DatasetField = AQNWB::Types::StorageObjectType::Dataset |
| Alias for AQNWB::Types::StorageObjectType::Dataset. | |
Namespace for all classes related to the NWB data standard.
|
constexpr |
Alias for AQNWB::Types::StorageObjectType::Attribute.
|
constexpr |
Alias for AQNWB::Types::StorageObjectType::Dataset.