Skip to content

Commit 2206ce2

Browse files
Merge branch 'add_summary_images' into update_documentation
2 parents e59f24f + 3bab149 commit 2206ce2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

spec/ndx-microscopy.extensions.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ groups:
5858
neurodata_type_inc: NWBContainer
5959
doc: Abstract class to contain metadata about the region of physical space that imaging data was recorded from. Extended by PlanarImagingSpace and VolumetricImagingSpace.
6060
datasets:
61-
- name: description
62-
dtype: text
63-
doc: Description of the imaging space.
6461
- name: origin_coordinates
6562
dtype: float64
6663
dims:
@@ -77,6 +74,9 @@ groups:
7774
default_value: micrometers
7875
doc: Measurement units for origin coordinates. The default value is 'micrometers'.
7976
attributes:
77+
- name: description
78+
dtype: text
79+
doc: Description of the imaging space.
8080
- name: location
8181
dtype: text
8282
doc:
@@ -239,13 +239,18 @@ groups:
239239
- - null
240240
- null
241241
- null
242+
attributes:
242243
- name: description
243244
dtype: text
244245
doc: Description of the summary image.
245246

246247
- neurodata_type_def: Segmentation
247248
neurodata_type_inc: DynamicTable
248249
doc: Abstract class to contain the results from image segmentation of a specific imaging space.
250+
attributes:
251+
- name: description
252+
dtype: text
253+
doc: Description of the segmentation method used.
249254
groups:
250255
- neurodata_type_inc: SummaryImage
251256
doc: Summary images that are related to the segmentation, e.g., mean, correlation, maximum projection.

0 commit comments

Comments
 (0)