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

The schema says some sidecar files require entities, but the inheritance principle has historically allowed for dropping entities as necessary to allow matching more data files.: This PR breaks convention...

https://github.com/bids-standard/bids-specification/pull/1834 proposes RECOMMENDING against overriding JSON values as a source of confusion ("I can see this value in my JSON, why is the tool using a different one?") This should...

enhancement
target: dev

For #76 and #79, it would be helpful to have access to the image orientation. This PR starts with a function to determine axis codes from the the image affine....

Not pretty but it does the job: ![image](https://github.com/user-attachments/assets/5c6772e8-0cd4-4a54-abc8-f0411a432ebc)

When we take field descriptions or issue messages from the schema, there may be markdown, or at the very least line breaks and tabs that cause the rendering to be...

effort: medium
enhancement
good first issue
impact: low

**Problem** For large event files the HED validator can be produce a lot of very similar errors. When they are given back to the BIDS validator, I believe the number...

It seems from the ieeg-BIDS [documentation](https://bids-specification.readthedocs.io/en/stable/04-modality-specific-files/04-intracranial-electroencephalography.html#electrode-description-_electrodestsv) that the _electrodes.tsv file is _required_ for ieeg data. However, there are now several pretty impressive iEEG datasets on OpenNeuro [dataset without electrode positions](https://openneuro.org/datasets/ds003876/versions/1.0.2)...

effort: low
impact: high

ATM none seems reported in deno report output. unclear if using most recent hed validator

web
command-line

Use hyparquet library to read read parquet files.Transforms them into a columns map, which may not be desirable. Parquet files have good typing metadata that is thrown away and this...

I want to save both the validator version and schema version to dataset_description.json, but I can only get the schema version (the default version, when `--schema` wasn't specified) when actually...

enhancement