From 296cebc19efb9fba55b4344df1ed4bda4ee8baa8 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 8 Sep 2023 08:58:12 -0400 Subject: [PATCH] FIX: Multiple values are multiple notch frequencies --- src/schema/objects/columns.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/schema/objects/columns.yaml b/src/schema/objects/columns.yaml index 923d24aa0c..90f6c56091 100644 --- a/src/schema/objects/columns.yaml +++ b/src/schema/objects/columns.yaml @@ -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