pynwb.epoch module
- class pynwb.epoch.TimeIntervals(name, description='experimental intervals', id=None, columns=None, colnames=None, target_tables=None)[source]
Bases:
DynamicTableTable for storing Epoch data
- Parameters:
name (
str) – name of this TimeIntervalsdescription (
str) – Description of this TimeIntervalsid (
ndarrayorlistortupleorDatasetorArrayorStrDatasetorHDMFDatasetorAbstractDataChunkIteratororDataIOorElementIdentifiers) – the identifiers for this tablecolnames (
ndarrayorlistortupleorDatasetorArrayorStrDatasetorHDMFDatasetorAbstractDataChunkIterator) – the ordered names of the columns in this table. columns must also be provided.target_tables (
dict) – dict mapping DynamicTableRegion column name to the table that the DTR points to. The column is added to the table if it is not already present (i.e., when it is optional).
- namespace = 'core'
- neurodata_type = 'TimeIntervals'