Skip to content

Commit fd21d45

Browse files
authored
make ImagingPlane.imaging_rate optional (#429)
* make ImagingPlane.imaging_rate optional
1 parent 4c127ba commit fd21d45

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

core/nwb.ophys.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ groups:
180180
doc: Excitation wavelength, in nm.
181181
- name: imaging_rate
182182
dtype: float32
183-
doc: Rate that images are acquired, in Hz.
183+
doc: Rate that images are acquired, in Hz. If the corresponding TimeSeries is present, the rate should be stored
184+
there instead.
185+
quantity: '?'
184186
- name: indicator
185187
dtype: text
186188
doc: Calcium indicator.

docs/format/source/format_release_notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release Notes
22
=============
33

4+
2.2.3 (Upcoming)
5+
----------------
6+
- Make `ImagingPlane.imaging_rate` optional
7+
48
2.2.2 (March 2, 2020)
59
---------------------
610

0 commit comments

Comments
 (0)