aqnwb 0.3.0
Loading...
Searching...
No Matches
AQNWB::NWB Namespace Reference

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  NWBContainer
 An abstract data type for a generic container storing collections of data and metadata. Base type for all data and metadata containers. More...
class  NWBData
 An abstract data type for a dataset. More...
class  NWBDataInterface
 An abstract data type for a generic container storing collections of data, as opposed to metadata. More...
class  NWBDataTyped
 A typed data container for a dataset. More...
class  NWBFile
 The NWBFile class provides an interface for setting up and managing the NWB file. More...
class  ProcessingModule
 A collection of processed data. 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.

Detailed Description

Namespace for all classes related to the NWB data standard.

Variable Documentation

◆ AttributeField

auto AQNWB::NWB::AttributeField = AQNWB::Types::StorageObjectType::Attribute
constexpr

Alias for AQNWB::Types::StorageObjectType::Attribute.

◆ DatasetField

auto AQNWB::NWB::DatasetField = AQNWB::Types::StorageObjectType::Dataset
constexpr

Alias for AQNWB::Types::StorageObjectType::Dataset.