[BUG] channels and events files do not accept desc
for derivative datastest
#2029
Labels
bug
Something isn't working
desc
for derivative datastest
#2029
Describe your problem in detail.
Created a BIDS derivative dataset with
_desc
to indicate what has been changed. The new BIDS validator throws an error forchannels
,events
, and subsequently,electodes
andcoordsystem
as they can't accept `desc'.Example log:
I have already set
"DatasetType": "derivative"
, and the lack of the same error for eeg files indicates that the problem is isolated to events and channels.Describe what you expected.
All files should accept the
desc
entity as they all could be updated in a derivative dataset.BIDS specification section
The reason seems to stem from the lack of explicit mention of these file types under
src/schema/rules/files/deriv/preprocessed_data.yaml
.cc:@arnodelorme
The text was updated successfully, but these errors were encountered: