pynwb.epoch module
- class pynwb.epoch.TimeIntervals(name, description='experimental intervals', id=None, columns=None, colnames=None)[source]
Bases:
DynamicTable
Table for storing Epoch data
- Parameters:
name (
str
) – name of this TimeIntervalsdescription (
str
) – Description of this TimeIntervalsid (
ndarray
orlist
ortuple
orDataset
orArray
orStrDataset
orHDMFDataset
orAbstractDataChunkIterator
orDataIO
orElementIdentifiers
) – the identifiers for this tablecolnames (
ndarray
orlist
ortuple
orDataset
orArray
orStrDataset
orHDMFDataset
orAbstractDataChunkIterator
) – the ordered names of the columns in this table. columns must also be provided.
- namespace = 'core'
- neurodata_type = 'TimeIntervals'