Chris Markiewicz
Chris Markiewicz
Just realized this is still in draft. Will hold off on further review for now.
`n/a` was permitted for TSV files, as there needs to be a way of marking missing data in a table. In a dictionary, absence is a better marker than special...
Metadata fields and their values are defined here in [schema.objects.metadata](https://github.com/bids-standard/bids-specification/blob/master/src/schema/objects/metadata.yaml) (with formats in [schema.objects.formats](https://github.com/bids-standard/bids-specification/blob/master/src/schema/objects/formats.yaml)) and their requirement levels in [schema.rules.sidecars](https://github.com/bids-standard/bids-specification/tree/master/src/schema/rules/sidecars). The validator constructs JSON schema from these inputs and applies...
@yurivict Could you test the patch in #88 for FreeBSD?
Looks like a typo. `RepetitionTime` for TB1AFI should be `RepetitionTimeExcitation`.
The only thing I can find about "upt: Subscript out of range." is https://github.com/freesurfer/freesurfer/issues/1042, but `uptime` is part of our docker images, so that seems unlikely to be the problem....
Hi, thanks for starting this discussion! I think this seems like a reasonable thing to add to BIDS if it's in use. The UF page describes it as "T1-w 3D...
Is this old pip? Need tomli installed, but that should be part of the build requirements.
I guess we can revert to a `setup.cfg`-based configuration. I don't understand why this would be an issue on OSX in particular, but I can't reproduce the issue on a...
xref https://github.com/bids-standard/bids-validator/pull/2176, since that's needed to support microscopy blacklisting properly.