Skip to content

Commit 07e407c

Browse files
authored
Update nwb.ogen.yaml
1 parent 6ce41fa commit 07e407c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-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

0 commit comments

Comments
 (0)