bids-standard / bids-validator

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

microscopy metadata not supported when in root folder #1630

Closed Remi-Gau closed 2 months ago

Remi-Gau commented 1 year ago

Just tested on the bids-examples by putting some SEM.json or SPIM.json in the root folder the validator complained that those are not valid files.

This would prevent using the inheritance principle for microscopy.

I would not be surprised that this is also the case for all microscopy suffixes.

@mariehbourget @jcohenadad

I may do what I did with qmri:

jcohenadad commented 1 year ago

Thank you for raising this issue @Remi-Gau , and your suggestion makes sense 💯 !

Remi-Gau commented 2 months ago

This seems fixed with the deno validator