bids-validator
bids-validator copied to clipboard
Validator for the Brain Imaging Data Structure
Currently the validator simply states that a given filename is out of spec, without explaining which label or section of the filename is not valid. It would be useful if...
I receive a warning > (code: 87 - SLICETIMING_ELEMENTS) > The number of elements in the SliceTiming array should match the 'k' dimension of the corresponding NIfTI volume. However, in...
When necessary to distinguish two files that do not otherwise have a distinguishing entity, the _desc- keyword-value SHOULD be used. This includes the cases of needing to distinguish both differing...
Came up in https://github.com/bids-standard/bids-examples/issues/229#issuecomment-774096886 related: https://github.com/bids-standard/bids-validator/issues/1129 Trying to run `bids-validator eeg_matchingpennies/ -c bidsconfig.json` from the root of a cloned `bids-examples` repository results in an error. Same issue if I specify...
maybe related #1165 According to these lines: https://github.com/bids-standard/bids-validator/blob/970921cbf2e3e85df195ca16f63ee460c588e596/bids-validator/utils/options.js#L65-L72 the following bids-validator call should raise issue 44 (again, from bids-examples repo root): `bids-validator eeg_matchingpennies --config $PWD/iDontExist.json` But no error is raised.
The CLI is currently not exhaustively tested, or at least I couldn't find it. (If it **is** tested, can somebody please point me to the tests?) As far as I...
CLI: allow --config option to take error codes (e.g., NIFTI_UNIT) on top of numeric codes (e.g., 99)
Currently there are a number of issues with the `--config` flag in the CLI: - [x] it expects two configurations at least! The hack if I have one configuration is...
Hi, There is an issue with the Scandate field validation. According to the currently rendered draft of the PET BIDS specification, the "date of scan" field Scandate format is: (not...
Potential long term solution to #1157 Currently utils/issues/list.js is a dictionary that has numbers as keys and objects as values. The value objects then have a key called 'key' with...
following quote by @arnodelorme: > This BIDS dataset contains both .edf and .bdf file (which are very small): https://openneuro.org/datasets/ds002034/versions/1.0.1 > sub-01/ses-01/eeg/sub-01_ses-01_task-offline_run-01_eeg.edf > sub-01/ses-01/eeg/sub-01_ses-01_task-offline_run-01_eeg.bdf > I believe it should not have...