Skip to content

Commit

Permalink
Add stimulus_template to IntracellularStimuliTable (#545)
Browse files Browse the repository at this point in the history
Co-authored-by: Steph Prince <[email protected]>
Co-authored-by: Steph Prince <[email protected]>
Co-authored-by: Oliver Ruebel <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
  • Loading branch information
5 people authored Jan 11, 2024
1 parent f631baf commit b48ab12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/nwb.icephys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@ groups:
- name: stimulus
neurodata_type_inc: TimeSeriesReferenceVectorData
doc: Column storing the reference to the recorded stimulus for the recording (rows).
- name: stimulus_template
neurodata_type_inc: TimeSeriesReferenceVectorData
doc: Column storing the reference to the stimulus template for the recording (rows).
quantity: '?'

- neurodata_type_def: IntracellularResponsesTable
neurodata_type_inc: DynamicTable
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 @@ -10,6 +10,7 @@ Minor changes
^^^^^^^^^^^^^
- Fixed typos in docstrings. (#560)
- Modified `OptogeneticSeries` to allow 2D data, primarily in extensions of `OptogeneticSeries`. (#564)
- Added optional ``stimulus_template`` column to ``IntracellularStimuliTable`` as part of the ``IntracellularRecordingsTable``. (#545)

2.6.0 (January 17, 2023)
-----------------------
Expand Down

0 comments on commit b48ab12

Please sign in to comment.