Skip to content

Commit

Permalink
define indicator and effector as nwbcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandratrapani committed May 28, 2024
1 parent 7c2f36f commit f30c6fb
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions spec/ndx-ophys-devices.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ groups:
doc: Model of the device.
required: false
- neurodata_type_def: Indicator
neurodata_type_inc: Device
doc: Extends Device to hold metadata on the Indicator.
neurodata_type_inc: NWBContainer
doc: An NWBContainer to hold metadata on the Indicator.
attributes:
- name: description
dtype: text
doc: Indicator description.
- name: manufacturer
dtype: text
doc: Indicator manufacturer.
- name: label
dtype: text
doc: Indicator standard notation.
Expand Down Expand Up @@ -180,9 +186,15 @@ groups:
doc: The magnification of the lens as specified by the manufacturer, i.e. '60.0' is a 60X lens.
required: false
- neurodata_type_def: Effector
neurodata_type_inc: Device
doc: Extends Device to hold metadata on the Effector or Opsin.
neurodata_type_inc: NWBContainer
doc: An NWBContainer to hold metadata on the Effector or Opsin.
attributes:
- name: description
dtype: text
doc: Effector description.
- name: manufacturer
dtype: text
doc: Effector manufacturer.
- name: label
dtype: text
doc: Effector standard notation.
Expand Down

0 comments on commit f30c6fb

Please sign in to comment.