Skip to content

Commit

Permalink
fix outer spec to match altered one
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 15, 2024
1 parent b05a3e6 commit 83770c5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion spec/ndx-microscopy.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ groups:
- height
- width
- depths
- channels
- optical_channels
shape:
- null
- null
Expand All @@ -314,12 +314,20 @@ groups:
dtype:
reftype: object
target_type: MicroscopyLightSource
dims:
- light_sources
shape:
- null
- name: optical_channels
doc: An ordered list of references to MicroscopyOpticalChannel objects containing metadata about the indicator and filters used to collect this data. This maps to the last dimension of `data`, i.e., the i-th MicroscopyOpticalChannel contains metadata about the indicator and filters used to collect the volume at `data[:,:,:,i]`.
neurodata_type_inc: VectorData
dtype:
reftype: object
target_type: MicroscopyOpticalChannel
dims:
- optical_channels
shape:
- null
links:
- name: microscope
doc: Link to a Microscope object containing metadata about the device used to acquire this imaging data.
Expand Down

0 comments on commit 83770c5

Please sign in to comment.