Skip to content

Commit

Permalink
add container too
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jun 27, 2024
1 parent 56f7085 commit dd166ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 10 additions & 1 deletion spec/ndx-microscopy.extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,16 @@ groups:
- - null
- null
doc: Signals from ROIs.
- name: rois
- name: table_region
neurodata_type_inc: DynamicTableRegion
doc: DynamicTableRegion referencing plane segmentation containing more information about the ROIs
stored in this series.

- neurodata_type_def: MicroscopyResponseSeriesContainer
neurodata_type_inc: NWBDataInterface
default_name: MicroscopyResponseSeriesContainer
doc: A container of many MicroscopyResponseSeries.
groups:
- neurodata_type_inc: MicroscopyResponseSeries
doc: MicroscopyResponseSeries object(s) containing fluorescence data for a ROI.
quantity: '+'
2 changes: 2 additions & 0 deletions src/pynwb/ndx_microscopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
MultiChannelMicroscopyVolume = get_class("MultiChannelMicroscopyVolume", extension_name)
VariableDepthMultiChannelMicroscopyVolume = get_class("VariableDepthMultiChannelMicroscopyVolume", extension_name)
MicroscopyResponseSeries = get_class("MicroscopyResponseSeries", extension_name)
MicroscopyResponseSeriesContainer = get_class("MicroscopyResponseSeriesContainer", extension_name)

__all__ = [
"Microscope",
Expand All @@ -52,4 +53,5 @@
"MultiChannelMicroscopyVolume",
"VariableDepthMultiChannelMicroscopyVolume",
"MicroscopyResponseSeries",
"MicroscopyResponseSeriesContainer",
]

0 comments on commit dd166ad

Please sign in to comment.