Skip to content

Commit d0523ce

Browse files
authored
Update nwb.ophys.yaml (#643)
1 parent 764aa37 commit d0523ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/nwb.ophys.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ groups:
125125
- neurodata_type_def: PlaneSegmentation
126126
neurodata_type_inc: DynamicTable
127127
doc: Results from image segmentation of a specific imaging plane.
128-
At least one of `image_mask`, `pixel_mask`, and `voxel_mask` is required.
128+
At least one of `image_mask`, `pixel_mask`, or `voxel_mask` is required.
129129
datasets:
130130
- name: image_mask
131131
neurodata_type_inc: VectorData
@@ -147,7 +147,7 @@ groups:
147147
- null
148148
doc: ROI masks for each ROI. Each image mask is the size of the original imaging
149149
plane (or volume) and members of the ROI are finite non-zero.
150-
At least one of `image_mask`, `pixel_mask`, and `voxel_mask` is required.
150+
At least one of `image_mask`, `pixel_mask`, or `voxel_mask` is required.
151151
quantity: '?'
152152
- name: pixel_mask_index
153153
neurodata_type_inc: VectorIndex
@@ -167,7 +167,7 @@ groups:
167167
doc: Weight of the pixel.
168168
doc: 'Pixel masks for each ROI: a list of indices and weights for the ROI. Pixel
169169
masks are concatenated and parsing of this dataset is maintained by the PlaneSegmentation.
170-
At least one of `image_mask`, `pixel_mask`, and `voxel_mask` is required.'
170+
At least one of `image_mask`, `pixel_mask`, or `voxel_mask` is required.'
171171
quantity: '?'
172172
- name: voxel_mask_index
173173
neurodata_type_inc: VectorIndex
@@ -190,7 +190,7 @@ groups:
190190
doc: Weight of the voxel.
191191
doc: 'Voxel masks for each ROI: a list of indices and weights for the ROI. Voxel
192192
masks are concatenated and parsing of this dataset is maintained by the PlaneSegmentation.
193-
At least one of `image_mask`, `pixel_mask`, and `voxel_mask` is required.'
193+
At least one of `image_mask`, `pixel_mask`, or `voxel_mask` is required.'
194194
quantity: '?'
195195
groups:
196196
- name: reference_images

0 commit comments

Comments
 (0)