Skip to content

Commit 01d120a

Browse files
committed
Merge branch 'dev' into change/icephys_stimulus_template
2 parents 402f282 + f631baf commit 01d120a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

core/nwb.ogen.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ groups:
66
- name: data
77
dtype: numeric
88
dims:
9-
- num_times
9+
- - num_times
10+
- - num_times
11+
- num_rois
1012
shape:
11-
- null
12-
doc: Applied power for optogenetic stimulus, in watts.
13+
- - null
14+
- - null
15+
- null
16+
doc: Applied power for optogenetic stimulus, in watts. Shape can be 1D or 2D.
17+
2D data is meant to be used in an extension of OptogeneticSeries that
18+
defines what the second dimension represents.
1319
attributes:
1420
- name: unit
1521
dtype: text

docs/format/source/format_release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Release Notes
99
Minor changes
1010
^^^^^^^^^^^^^
1111
- Fixed typos in docstrings. (#560)
12+
- Modified `OptogeneticSeries` to allow 2D data, primarily in extensions of `OptogeneticSeries`. (#564)
1213
- Added optional ``stimulus_template`` column to ``IntracellularRecordingsTable`` (#545)
1314

1415
2.6.0 (January 17, 2023)

0 commit comments

Comments
 (0)