Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions core/nwb.behavior.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ groups:
groups:
- neurodata_type_inc: IntervalSeries
doc: IntervalSeries object containing start and stop times of epochs.
quantity: '*'
quantity: '+'

- neurodata_type_def: BehavioralEvents
neurodata_type_inc: NWBDataInterface
Expand All @@ -71,7 +71,7 @@ groups:
groups:
- neurodata_type_inc: TimeSeries
doc: TimeSeries object containing behavioral events.
quantity: '*'
quantity: '+'

- neurodata_type_def: BehavioralTimeSeries
neurodata_type_inc: NWBDataInterface
Expand All @@ -81,7 +81,7 @@ groups:
groups:
- neurodata_type_inc: TimeSeries
doc: TimeSeries object containing continuous behavioral data.
quantity: '*'
quantity: '+'

- neurodata_type_def: PupilTracking
neurodata_type_inc: NWBDataInterface
Expand All @@ -99,7 +99,7 @@ groups:
groups:
- neurodata_type_inc: SpatialSeries
doc: SpatialSeries object containing data measuring direction of gaze.
quantity: '*'
quantity: '+'

- neurodata_type_def: CompassDirection
neurodata_type_inc: NWBDataInterface
Expand All @@ -112,7 +112,7 @@ groups:
groups:
- neurodata_type_inc: SpatialSeries
doc: SpatialSeries object containing direction of gaze travel.
quantity: '*'
quantity: '+'

- neurodata_type_def: Position
neurodata_type_inc: NWBDataInterface
Expand Down
2 changes: 1 addition & 1 deletion core/nwb.ecephys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ groups:
groups:
- neurodata_type_inc: SpikeEventSeries
doc: SpikeEventSeries object(s) containing detected spike event waveforms.
quantity: '*'
quantity: '+'

- neurodata_type_def: FilteredEphys
neurodata_type_inc: NWBDataInterface
Expand Down
1 change: 1 addition & 0 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Major changes

Minor changes
^^^^^^^^^^^^^
- Made group quantities consistent ("1 or more") across data interfaces / wrapper types (#613)
- Fixed typo and removed HTML tag from doc of behavioral neurodata types. (#600)

2.8.0 (November 24, 2024)
Expand Down