Skip to content

Commit 29bd1fd

Browse files
authored
Make SpikeEventSeries.timestamps explicitly required (#629)
1 parent 97f3ead commit 29bd1fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

core/nwb.ecephys.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ groups:
104104
common experiment master-clock stored in NWBFile.timestamps_reference_time.
105105
Timestamps are required for the events. Unlike for TimeSeries, timestamps are
106106
required for SpikeEventSeries and are thus re-specified here.
107+
quantity: 1
107108
attributes:
108109
- name: interval
109110
dtype: int32

docs/format/source/format_release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Major changes
1212
can inherit from it. The second to store external images (#604, #623, #627)
1313
- Changed ``NWBFile.electrodes`` from a generic ``DynamicTable`` with added columns to a new ``ElectrodesTable``
1414
neurodata type that extends ``DynamicTable`` with added columns. (#539, #624)
15+
- Made ``SpikeEventSeries.timestamps`` explicitly required as described in the documentation. (#629)
1516
- Changed ``DecompositionSeries.bands`` from a generic ``DynamicTable`` with added columns to a new ``FrequencyBandsTable`` neurodata type that extends ``DynamicTable`` with added columns. (#610)
1617
- Allowed `EventDetection` to have shape (num_events, 2) to store the channel index of the detected event. (#620)
1718

0 commit comments

Comments
 (0)