bids-validator
bids-validator copied to clipboard
Validator for the Brain Imaging Data Structure
As a reminder, these are the keys that are allowed by the BIDS validator for MEG files. (See this for allowed keys in the JSON file: [https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/02-magnetoencephalography.html#sidecar-json-_megjson](https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/02-magnetoencephalography.html#sidecar-json-_megjson)) The problem is...
I have some MPM data that has a B1map sequence which is to be curated as TB1EPI according to https://bids-specification.readthedocs.io/en/stable/appendices/qmri.html#tb1epi-specific-notes It seems though that even though the specs say TotalReadoutTime...
version 1.9.9, fmri data issue for events.json for custom columns -- there is a warning saying a column is not described when the json is at the root folder --...
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...
With this PR, we can decouple the Python "validator" from the legacy validator, depending only on the schema. Depends on bids-standard/bids-specification#1672 and #1957. Closes https://github.com/bids-standard/bids-validator/issues/1821.
Uses bids-standard/bids-specification#1672 schema.
This merges: * [x] #1951 * [ ] #1952 * [ ] #1955 * [x] #1956 * [ ] #1957 This pulls in the schema from * [ ] bids-standard/bids-specification#1672...
This test is a bit weird; it seems to have been relying on arbitrary pruning. There's nothing in the rules or code that now (as of #1940) should prevent multiple...
Allows https://github.com/bids-standard/bids-specification/pull/1754 to be validated.
it could be not the default entry point, but if installed as `bids-validator-deno` - I could run it by altering entry point. That would allow to use available docker containers...