bids-validator
bids-validator copied to clipboard
Validator for the Brain Imaging Data Structure
And that subject should have a modality.
An empty dataset doesn't complain about missing dataset description.
Missing task entity from `rules.files.deriv.preprocessed_data.meg_meg_common` That derivatives rule is getting task required from the raw meg rules https://github.com/bids-standard/bids-specification/blob/master/src/schema/rules/files/raw/meg.yaml Why is it using derivatives files rules and why isn't it hitting...
I'm currently trying to add support for HED validation in `participants.tsv` files, and I'm running into an issue getting the participant data passed to HED. First of all, it seems...
EDIT: root of problem is described here: https://github.com/bids-standard/bids-validator/issues/830#issuecomment-649869429 --- Helping a friend create a her first EEG data set. Not sure about the following problem. The 2 following options (A...
I have a dataset that includes physio (respiratory) data and eeg data. Per the inheritance principle I put all of the physio.json values that don’t change across subjects/sessions into a...
Just tested on the bids-examples by putting some SEM.json or SPIM.json in the root folder the validator complained that those are not valid files. This would prevent using the inheritance...
.bidsignore entries not working for this dataset: https://github.com/bids-standard/bids-examples/blob/master/fnirs_automaticity/.bidsignore Neither of these will work: `phenotype/practicelogbook.json` `/phenotype/practicelogbook.json` `**/phenotype/practicelogbook.json` Does, but requiring star star for things addressed from the root seems silly. The...
When a _blood.tsv file is present in the /pet subfolder, a _blood.json file is required as far as I read the specification. However, the validator ignores this.