Skip to content

Commit

Permalink
Merge pull request #1605 from effigies/schema/notch-type
Browse files Browse the repository at this point in the history
FIX: Do not require notch frequencies to be parsed as numbers, accommodating multiples
  • Loading branch information
rwblair authored Sep 21, 2023
2 parents d56b689 + 4035e76 commit d567906
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 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 no notch filter applied, use `n/a`.
anyOf:
- type: number
unit: Hz
- type: string
enum:
- 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
display_name: Event onset
Expand Down

0 comments on commit d567906

Please sign in to comment.