From b27afa50f29e729caeb77fb9baa4b340bd9e1746 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 27 Nov 2019 11:59:49 -0800 Subject: [PATCH 1/3] Define electrodes and frequencybands types --- core/nwb.file.yaml | 1 + core/nwb.misc.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index 89306021..8aefc922 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -309,6 +309,7 @@ groups: doc: Physical group of electrodes. quantity: '*' - name: electrodes + neurodata_type_def: Electrodes neurodata_type_inc: DynamicTable doc: A table of all electrodes (i.e. channels) used for recording. quantity: '?' diff --git a/core/nwb.misc.yaml b/core/nwb.misc.yaml index f87b64ec..19c285dc 100644 --- a/core/nwb.misc.yaml +++ b/core/nwb.misc.yaml @@ -127,6 +127,7 @@ groups: doc: The metric used, e.g. phase, amplitude, power. groups: - name: bands + neurodata_type_def: FrequencyBands neurodata_type_inc: DynamicTable doc: Table for describing the bands that this series was generated from. There should be one row in this table for each band. From 445fd97f9128254bb581de938c4b5bd0524e5526 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 2 Jan 2020 18:37:31 -0800 Subject: [PATCH 2/3] Change new type Electrodes to ElectrodesTable --- core/nwb.file.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nwb.file.yaml b/core/nwb.file.yaml index 8aefc922..1cc7ea4f 100644 --- a/core/nwb.file.yaml +++ b/core/nwb.file.yaml @@ -309,7 +309,7 @@ groups: doc: Physical group of electrodes. quantity: '*' - name: electrodes - neurodata_type_def: Electrodes + neurodata_type_def: ElectrodesTable neurodata_type_inc: DynamicTable doc: A table of all electrodes (i.e. channels) used for recording. quantity: '?' From 43a7856644a244eec20b51aae2a5501e2c6fabcb Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 2 Jan 2020 18:37:55 -0800 Subject: [PATCH 3/3] Change new type FrequencyBands to FrequencyBandsTable --- core/nwb.misc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/nwb.misc.yaml b/core/nwb.misc.yaml index 19c285dc..a601a984 100644 --- a/core/nwb.misc.yaml +++ b/core/nwb.misc.yaml @@ -127,7 +127,7 @@ groups: doc: The metric used, e.g. phase, amplitude, power. groups: - name: bands - neurodata_type_def: FrequencyBands + neurodata_type_def: FrequencyBandsTable neurodata_type_inc: DynamicTable doc: Table for describing the bands that this series was generated from. There should be one row in this table for each band.