bids-standard / bids-validator

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

Add warning when metadata required by BIDS2NDA are missing #386

Open chrisgorgo opened 6 years ago

chrisgorgo commented 6 years ago

Pinging @yarikoptic, @mgxd, and @mtnhuck for comments.

yarikoptic commented 6 years ago

sure, especially if a field is required. If optional - not sure if worth a warning, just INFO would be enough. OR could be ERROR for required, WARNING for optional

SetCodesToFire commented 6 years ago

Metadata required by the BIDS2NDA converter :

metadata

yarikoptic commented 6 years ago

I wonder what other "popular" schemas besides image03 are used... May be abcd study used by other studies? Might be worth checking with NDA folks to get a better sense what fields might be needed, or may be bids validator could even get an option to validate for specific NDA schema (would require "integration" of that information with bids2nda)