File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,16 @@ groups:
6
6
- name : data
7
7
dtype : numeric
8
8
dims :
9
- - num_times
9
+ - - num_times
10
+ - - num_times
11
+ - num_rois
10
12
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.
13
19
attributes :
14
20
- name : unit
15
21
dtype : text
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Release Notes
9
9
Minor changes
10
10
^^^^^^^^^^^^^
11
11
- Fixed typos in docstrings. (#560)
12
+ - Modified `OptogeneticSeries ` to allow 2D data, primarily in extensions of `OptogeneticSeries `. (#564)
12
13
- Added optional ``stimulus_template `` column to ``IntracellularRecordingsTable `` (#545)
13
14
14
15
2.6.0 (January 17, 2023)
You can’t perform that action at this time.
0 commit comments