bids-specification
bids-specification copied to clipboard
Add ephys channel count rules to schema
related to:
- #1277
based on the recent "rule" additions to the schema for fNIRS, I wanted to also implement some of the rules we have for ephys (MEG, EEG, iEEG) in the schema.
@effigies would this be the correct way to implement channel count rules for EEG? I basically copied what you did for fNIRS.
I have some questions:
- Why do the top level keys end with
Req
? - Why does it only list
suffix == "eeg"
under selectors, and not alsodatatype == "eeg"
?