Skip to content

Commit

Permalink
FIX: Notch frequencies may be specified by three numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 8, 2023
1 parent fc98780 commit 861fb1f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/schema/objects/columns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,11 @@ 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, it is RECOMMENDED that they take the form `[low, center, high]`,
for example `[60, 120, 180]`.
If no notch filter applied, use `n/a`.
anyOf:
- type: number
unit: Hz
- type: string
enum:
- n/a
type: string
onset:
name: onset
display_name: Event onset
Expand Down

0 comments on commit 861fb1f

Please sign in to comment.