Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change datatype (from str->float) of emission and excitation wavelengths (lambdas) and imaging rate #137

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions core/nwb.ophys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@ groups:
- doc: Name of device in /general/devices
dtype: text
name: device
- doc: Excitation wavelength
dtype: text
- doc: Excitation wavelength in nm
dtype: float
name: excitation_lambda
- doc: Rate images are acquired, in Hz.
dtype: text
dtype: float
name: imaging_rate
- doc: Calcium indicator
dtype: text
Expand Down Expand Up @@ -246,8 +246,8 @@ groups:
- doc: Any notes or comments about the channel
dtype: text
name: description
- doc: Emission lambda for channel
dtype: text
- doc: Emission wavelength for channel in nm
dtype: float
name: emission_lambda
doc: 'One of possibly many groups storing channel-specific data COMMENT: Name
is arbitrary but should be meaningful'
Expand Down