bids-standard / bids-validator

Validator for the Brain Imaging Data Structure
https://bids-standard.github.io/bids-validator/
MIT License
180 stars 109 forks source link

Legacy validator permitting (i)EEG files without sidecars #1969

Open arnodelorme opened 3 months ago

arnodelorme commented 3 months ago

For iEEG and EEG, the JSON file is not required (we tried using the latest validator). However, they seem to be required for motion capture. CC @dungscout96

Is that by design?

effigies commented 3 months ago

EEG has REQUIRED metadata, as does iEEG. So the absence of JSON sidecar files should be an error.

dungscout96 commented 3 months ago

We tried removing _eeg.json and _ieeg.json from test datasets and the current validator (v.1.14.5) didn't complain about it.

effigies commented 3 months ago

Do you have an example dataset for reproducing?