57 const std::string& description,
58 const float& conversion = 1.0f,
59 const float& resolution = -1.0f,
60 const float& offset = 0.0f);
77 const void* dataInput,
78 const void* timestampsInput,
79 const void* controlInput =
nullptr);
98 Base unit of measurement
for working with the data.
99 This value is fixed to volts)
106 The indices of the electrodes that generated
this electrical series.)
110 "electrodes/description",
111 The electrodes that generated
this electrical series.)
117 The electrodes table retrieved from the
object referenced in the
118 `electrodes / table` attribute.)
AQNWB::Types::Status Status
Definition BaseIO.hpp:22
AQNWB::Types::SizeArray SizeArray
Definition BaseIO.hpp:23
AQNWB::Types::SizeType SizeType
Definition Channel.hpp:8
#define DEFINE_REFERENCED_REGISTERED_FIELD(name, registeredType, fieldPath, description)
Defines a lazy-loaded accessor function for reading fields that are RegisteredTypes that are linked t...
Definition RegisteredType.hpp:561
#define REGISTER_SUBCLASS(T, NAMESPACE)
Macro to register a subclass with the RegisteredType class registry.
Definition RegisteredType.hpp:410
#define DEFINE_ATTRIBUTE_FIELD(name, default_type, fieldPath, description)
Defines a lazy-loaded attribute field accessor function.
Definition RegisteredType.hpp:443
#define DEFINE_DATASET_FIELD(readName, writeName, default_type, fieldPath, description)
Defines a lazy-loaded dataset field accessor function.
Definition RegisteredType.hpp:475
Class for storing acquisition system channel information.
Definition Channel.hpp:16
The configuration for an array dataset.
Definition BaseIO.hpp:200
Status initialize()
Initialize the container.
Definition Container.cpp:20
std::unique_ptr< IO::ReadDataWrapper< DatasetField, VTYPE > > readData() const
std::shared_ptr< IO::BaseRecordingData > recordData(bool reset=false)
SizeArray m_samplesRecorded
The number of samples already written per channel.
Definition ElectricalSeries.hpp:124
~ElectricalSeries()
Destructor.
Definition ElectricalSeries.cpp:20
std::shared_ptr< RTYPE > readElectrodesTable() const
std::unique_ptr< IO::ReadDataWrapper< AttributeField, VTYPE > > readElectrodesDescription() const
ElectricalSeries(const std::string &path, std::shared_ptr< IO::BaseIO > io)
Constructor.
Definition ElectricalSeries.cpp:13
Types::ChannelVector m_channelVector
Channel group that this time series is associated with.
Definition ElectricalSeries.hpp:84
std::unique_ptr< IO::ReadDataWrapper< DatasetField, VTYPE > > readElectrodes() const
std::unique_ptr< IO::ReadDataWrapper< AttributeField, VTYPE > > readDataUnit() const
std::shared_ptr< IO::BaseRecordingData > recordChannelConversion(bool reset=false)
std::shared_ptr< IO::BaseRecordingData > recordElectrodes(bool reset=false)
Status writeChannel(SizeType channelInd, const SizeType &numSamples, const void *dataInput, const void *timestampsInput, const void *controlInput=nullptr)
Writes a channel to an ElectricalSeries dataset.
Definition ElectricalSeries.cpp:104
std::unique_ptr< IO::ReadDataWrapper< DatasetField, VTYPE > > readChannelConversion() const
Represents a table containing electrode metadata.
Definition ElectrodesTable.hpp:17
TimeSeries(const std::string &path, std::shared_ptr< IO::BaseIO > io)
Constructor.
Definition TimeSeries.cpp:20
std::vector< Channel > ChannelVector
Alias for a vector of channels.
Definition Types.hpp:86
Namespace for all classes related to the NWB data standard.
Definition TimeSeries.hpp:13
const std::string namespaceName
Definition core.hpp:21