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