bids-validator icon indicating copy to clipboard operation
bids-validator copied to clipboard

Validator for the Brain Imaging Data Structure

Results 317 bids-validator issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

legacy

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...

legacy

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...

bug
legacy

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.

python
schema

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...

schema

Allows https://github.com/bids-standard/bids-specification/pull/1754 to be validated.

schema

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...