Skip to content

Commit 296cebc

Browse files
committed
FIX: Multiple values are multiple notch frequencies
1 parent 3346056 commit 296cebc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/schema/objects/columns.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,10 @@ 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]`.
307-
If no notch filter applied, use `n/a`.
305+
If notch filters are applied at multiple frequencies,
306+
these frequencies MAY be specified as a list,
307+
for example, `[60, 120, 180]`.
308+
If no notch filter was applied, use `n/a`.
308309
type: string
309310
onset:
310311
name: onset

0 commit comments

Comments
 (0)