Horea Christian
Horea Christian
Don't mind the lint error, it's from the master branch, solved here → https://github.com/bids-standard/bids-specification/pull/1176
I was also working on this file following up on last week's addition of `tabular_metadata.yaml` — but I think you're trying to do something different. Not as a criticism, but...
@bendhouseart I assume the purpose of this study design is to determine the susceptibility of acquisition to head movement and the capability of different reconstruction parameters to account for it....
> easier to grep/eyeball and get meaning out of then some very long string following `acq-` I don't know that it's particularly hard to `grep` (or rather `find`, since it's...
datasets which could be used to test this: ```console chymera@decohost ~/src/bids-examples $ find -name "stimuli" ./eeg_ds003654s_hed_longform/stimuli ./eeg_ds000117/stimuli ./ieeg_visual_multimodal/stimuli ./eeg_rishikesh/stimuli ./eeg_ds003654s_hed/stimuli ./ieeg_visual/stimuli ./eeg_matchingpennies/stimuli ./eeg_ds003654s_hed_inheritance/stimuli ./ieeg_filtered_speech/stimuli ./ds000117/stimuli chymera@decohost ~/src/bids-examples $ find -name...
@yarikoptic Set up this repo to try out full separation and allow easier management of schema PRs without having to keep track of full bids-specification repository history and merge conflicts:...
Following up on this: With the addition of the validator XS code which checks for readability and may also be loaded by external tools needing a simple officially working backend,...
@sappelhoff > is "XS" for "extra small" or what is it? Yes, it was the original name for the built-in validator to distinguish it from separate packages which leverage deep...
So apparently we have some built-in CLI things in bidsschematools from @effigies as well. I wonder whether the best approach would be add CLI bindings for validation in BST, or...
As I understand it, the main concern here is convenience for accessing these values (always more tricky to extract from and inspect in JSON). For that purpose, the best (and...