From 83770c5314b8ff40df069d8af2d40ad71976d184 Mon Sep 17 00:00:00 2001 From: CodyCBakerPhD Date: Mon, 15 Jul 2024 13:16:46 -0400 Subject: [PATCH] fix outer spec to match altered one --- spec/ndx-microscopy.extensions.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/spec/ndx-microscopy.extensions.yaml b/spec/ndx-microscopy.extensions.yaml index c8924f3..f908396 100644 --- a/spec/ndx-microscopy.extensions.yaml +++ b/spec/ndx-microscopy.extensions.yaml @@ -302,7 +302,7 @@ groups: - height - width - depths - - channels + - optical_channels shape: - null - null @@ -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.