Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add to DecompSeries an optional DTR called source_channels #450

Merged
merged 3 commits into from
Jul 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions core/nwb.misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ groups:
- name: metric
dtype: text
doc: The metric used, e.g. phase, amplitude, power.
- name: source_channels
neurodata_type_inc: DynamicTableRegion
doc: DynamicTableRegion pointer to the channels that this decomposition series was generated from.
quantity: '?'
groups:
- name: bands
neurodata_type_inc: DynamicTable
Expand Down
3 changes: 2 additions & 1 deletion docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Release Notes
2.3.0 (Upcoming)
----------------

- Add optional `strain` field to `Subject`.
- Add optional ``strain`` field to ``Subject``.
- Add to ``DecompositionSeries`` an optional ``DynamicTableRegion`` called ``source_channels``.

2.2.5 (May 29, 2020)
----------------------
Expand Down