diff --git a/src/pynwb/data/nwb.base.yaml b/src/pynwb/data/nwb.base.yaml index bd130b554..b7847be2b 100644 --- a/src/pynwb/data/nwb.base.yaml +++ b/src/pynwb/data/nwb.base.yaml @@ -1,6 +1,6 @@ datasets: - neurodata_type_def: NWBData - doc: 'The attributes specified here are included in all interfaces.' + doc: An abstract data type for a dataset attributes: - name: help dtype: text @@ -93,14 +93,16 @@ datasets: - 4 groups: - neurodata_type_def: NWBContainer - doc: The attributes specified here are included in all interfaces. + doc: An abstract data type for a generic container storing collections of data + and metadata. Base type for all data and metadata containers. attributes: - name: help dtype: text doc: Short description of what this type of NWBContainer contains. - neurodata_type_def: NWBDataInterface neurodata_type_inc: NWBContainer - doc: An abstract data type for differentiating experimental data from metadata + doc: An abstract data type for a generic container storing collections of data, + as opposed to metadata. - neurodata_type_def: TimeSeries neurodata_type_inc: NWBDataInterface doc: General purpose time series. diff --git a/src/pynwb/data/nwb.ophys.yaml b/src/pynwb/data/nwb.ophys.yaml index 7f6b8fa7e..38d789f36 100644 --- a/src/pynwb/data/nwb.ophys.yaml +++ b/src/pynwb/data/nwb.ophys.yaml @@ -303,7 +303,7 @@ groups: motion groups: - neurodata_type_def: CorrectedImageStack - neurodata_type_inc: NWBContainer + neurodata_type_inc: NWBDataInterface doc: One of possibly many. Name should be informative. attributes: - name: help diff --git a/src/pynwb/data/nwb.retinotopy.yaml b/src/pynwb/data/nwb.retinotopy.yaml index 48fcf03b2..e064f364b 100644 --- a/src/pynwb/data/nwb.retinotopy.yaml +++ b/src/pynwb/data/nwb.retinotopy.yaml @@ -1,6 +1,6 @@ groups: - neurodata_type_def: ImagingRetinotopy - neurodata_type_inc: NWBContainer + neurodata_type_inc: NWBDataInterface doc: 'Intrinsic signal optical imaging or widefield imaging for measuring retinotopy. Stores orthogonal maps (e.g., altitude/azimuth; radius/theta) of responses to specific stimuli and a combined polarity map from which to identify visual areas.