Skip to content

Commit

Permalink
RF: make MEG channels less special (give processing to all datatypes …
Browse files Browse the repository at this point in the history
…channels)
  • Loading branch information
yarikoptic committed Dec 16, 2022
1 parent 24947f2 commit 5aa12fc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/schema/rules/files/raw/channels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,15 @@ channels:
datatypes:
- eeg
- ieeg
- meg
- nirs
entities:
subject: required
session: optional
task: required
acquisition: optional
run: optional

# MEG has an additional entity available
channels__meg:
$ref: rules.files.raw.channels.channels
datatypes:
- meg
entities:
$ref: rules.files.raw.channels.channels.entities
processing: optional
run: optional

coordsystem:
suffixes:
Expand Down

0 comments on commit 5aa12fc

Please sign in to comment.