bids-validator
bids-validator copied to clipboard
Validator for the Brain Imaging Data Structure
I ended up with an `events.tsv` with this "shape" for numerical value (Excel tried to be too smart once again!!!) and the validator did not pick up on this. Am...
The original filename might contain identifiable information if NIfTI files are compressed prior to being renamed. We should detect this and raise a warning if the header doesn't match the...
If a dataset declares itself to have `BIDSVersion` of 1.9.0, it likely is doing so because there are things specified in 1.9.0 that were not present in 1.7.0 or 1.8.0....
See issue in the bids example: https://github.com/bids-standard/bids-examples/issues/296 This is probably a bug. Suggested course of action. - open a PR to fix validator to throw an error on that dataset...
Not sure if its an issue with my setup or something else. Happened while testing microscopy PR #1359. If I called bin/bids-validator with an absolute path while outside of the...
Currently the validator validates based on a combination of regex and string.includes conditionals in javascript to determine what function should be run on what files/parts of files/groups of files. What...
Using the validator to check a publically available PET dataset I got a bunch of "Error 1: [Code 55] JSON_SCHEMA_VALIDATION_ERROR" errors that were generated by "should be number" evidence, however,...
The validator website includes the message that "Note: Selecting a dataset only performs validation. Files are never uploaded." However, when data is selected for upload the browser counters with something...
Thinking about approaches for improving the accessibility of the validator for Python projects, I took a quick look at how feasible it would be to add Python bindings to the...
I want to create pipelines as derivatives of the Human Connectome dataset. Because I downloaded preprocessed files and for instance want to use the confounds, the toplevel is also a...