Skip to content

Commit 2bfdb3b

Browse files
committed
FIX: Multiple values are multiple notch frequencies
1 parent 3346056 commit 2bfdb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schema/objects/columns.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ notch:
302302
display_name: Notch frequencies
303303
description: |
304304
Frequencies used for the notch filter applied to the channel, in Hz.
305-
If the low and high frequencies are supplied in addition to the center frequency,
306-
they MAY take the form `[low, center, high]`, for example `[60, 120, 180]`.
305+
If multiple notch frequencies are applied, they MAY be specified as a list,
306+
for example, `[60, 120, 180]`.
307307
If no notch filter applied, use `n/a`.
308308
type: string
309309
onset:

0 commit comments

Comments
 (0)