Skip to content

Commit

Permalink
Clean up name_channels definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 11, 2021
1 parent 3218e8e commit 3918690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ MUST be present **in this specific order**:

{{ MACROS___make_columns_table(
{
"name_channels": "REQUIRED",
"name_channels": ("REQUIRED", "The label must correspond to `_electrodes.tsv` name and all ieeg type channels are
required to have a position."),
"type_channels": "REQUIRED",
"units": "REQUIRED",
"low_cutoff": "REQUIRED",
Expand Down
3 changes: 0 additions & 3 deletions src/schema/objects/columns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ name_channels:
name: name
description: |
Label of the channel.
The label must correspond to `_electrodes.tsv` name and all ieeg type channels are
required to have a position.
The reference channel name MAY be provided in the `reference` column.
type: string
# name column for electrodes.tsv files
name_electrodes:
Expand Down

0 comments on commit 3918690

Please sign in to comment.