Skip to content

Commit

Permalink
FIX: Multiple values are multiple notch frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 8, 2023
1 parent 3346056 commit 296cebc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/schema/objects/columns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,10 @@ notch:
display_name: Notch frequencies
description: |
Frequencies used for the notch filter applied to the channel, in Hz.
If the low and high frequencies are supplied in addition to the center frequency,
they MAY take the form `[low, center, high]`, for example `[60, 120, 180]`.
If no notch filter applied, use `n/a`.
If notch filters are applied at multiple frequencies,
these frequencies MAY be specified as a list,
for example, `[60, 120, 180]`.
If no notch filter was applied, use `n/a`.
type: string
onset:
name: onset
Expand Down

0 comments on commit 296cebc

Please sign in to comment.