From 04230711e5ade2effc11800a329a91de635f96a6 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:37:48 -0400 Subject: [PATCH] ryans suggestion --- spec/ndx-microscopy.extensions.yaml | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/spec/ndx-microscopy.extensions.yaml b/spec/ndx-microscopy.extensions.yaml index c5fb049..7e31250 100644 --- a/spec/ndx-microscopy.extensions.yaml +++ b/spec/ndx-microscopy.extensions.yaml @@ -308,19 +308,28 @@ groups: - null - null - null + - name: light_sources + doc: Reference to an ordered list of MicroscopyLightSource objects containing metadata about the excitation method. + dtype: + reftype: object + target_type: MicroscopyLightSource + dims: + - num_light_sources + shape: + - null + - name: optical_channels + doc: Reference to an ordered list of MicroscopyOpticalChannel objects containing metadata about the indicator and filters used to collect this data. + dtype: + reftype: object + target_type: MicroscopyOpticalChannel + dims: + - num_channels + shape: + - null links: - name: microscope doc: Link to a Microscope object containing metadata about the device used to acquire this imaging data. target_type: Microscope - # TODO: figure out best way to link to list of light sources - - name: light_sources - doc: Link to an ordered list of MicroscopyLightSource objects containing metadata about the excitation method. - target_type: MicroscopyLightSource - # TODO: figure out best way to link to list of optical channels - - name: optical_channels - doc: Link to an ordered list of MicroscopyOpticalChannel objects containing metadata about the indicator and - filters used to collect this data. - target_type: MicroscopyOpticalChannel - name: imaging_space doc: Link to VolumetricImagingSpace object containing metadata about the region of physical space this imaging data was recorded from.