bids-validator
                                
                                 bids-validator copied to clipboard
                                
                                    bids-validator copied to clipboard
                            
                            
                            
                        Validator for the Brain Imaging Data Structure
I don't know if there is any reasonable solution here, may be somehow possible to install from git exported archive which could do some subs for strings and provide some...
bids-standard/bids-specification#1672 messes with the schema filename validation heuristic. When a the validator can't determine a datatype based on directory it attempts to validate just the filename across all datataypes for...
For a workshop, I wanted to showcase the BIDS-Validator. One thing the participants noticed, is that if the IDs in the `participants.tsv` file do not match any of the subject's...
Add further type checks to catching errors that are thrown issues (then immediately ts-ignore the issues.add). I think to remove the @ts-expect-error on the issue.adds we'd need to have issues...
This is your weekly update of **all** npm dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ↗️...
I am getting a warning EVENTS_TSV_MISSING about the noise task that is part of empty room data for an meg dataset. Since this is explicitly how this task should be...
We get this WARNing reported ```shell (deno) yoh@typhon:/mnt/DATA/data/yoh/1076_spacetop$ head /tmp/bids-validator.log ... [email protected] (deno) yoh@typhon:/mnt/DATA/data/yoh/1076_spacetop$ grep -A12 'SUSPICIOUSLY_LONG_EVENT_DESIGN)' /tmp/bids-validator.log 2: [WARN] The onset of the last event is after the total...
I ran the BIDS validator on a super simple dataset (one subject, one session, just for testing) and got the error "SIDECAR_KEY_REQUIRED (SoftwareFilters)". I cannot find any information about this...
In my case I believe I have a legit, despite being a very tiny (converted only a single series) and useless (no other `_dir` for the fmap) dataset: ```shell $>...