bids-standard / bids-validator

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

No "Missing Channel" error when missing a _channels.tsv file. #36

Open markromanmiller opened 1 month ago

markromanmiller commented 1 month ago

The BIDS spec for motion data specifies:

Data from different tracking systems MUST be stored in different _tracksys-_tracksys-

However, in the validator, it is possible to have _motion.tsv files without a corresponding _tracksys-

motion_dualtask_missing_channels.zip

I'd first like to confirm this is an issue, and if so, what's the best way to resolve it. Is it as easy as finding all _motion.tsv files and seeing if they have corresponding _channels.tsv files?

effigies commented 1 month ago

Which validator are you using?

markromanmiller commented 1 month ago

https://bids-standard.github.io/bids-validator/ was what I was using, but https://bids-standard.github.io/bids-validator/legacy/ has the same problem it seems.