Skip to content

Commit

Permalink
Clarify electrode impedance and filtering docs (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 24, 2020
1 parent 1ae0155 commit 35a1d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ groups:
- name: imp
neurodata_type_inc: VectorData
dtype: float32
doc: Impedance of the channel.
doc: Impedance of the channel, in ohms.
- name: location
neurodata_type_inc: VectorData
dtype: text
Expand All @@ -296,7 +296,7 @@ groups:
- name: filtering
neurodata_type_inc: VectorData
dtype: float32
doc: Description of hardware filtering.
doc: Description of hardware filtering, including the filter name and frequency cutoffs.
- name: group
neurodata_type_inc: VectorData
dtype:
Expand Down
1 change: 1 addition & 0 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Release Notes
- Add optional ``strain`` field to ``Subject``.
- Add to ``DecompositionSeries`` an optional ``DynamicTableRegion`` called ``source_channels``.
- Add to ``ImageSeries`` an optional link to ``Device``.
- Clarify documentation for electrode impedance and filtering.
- Add optional "continuity" field to `TimeSeries`.
- Update hdmf-common-schema to version 1.2.0. Release notes:
- Add software process documentation.
Expand Down

0 comments on commit 35a1d8d

Please sign in to comment.