bids-specification
bids-specification copied to clipboard
[ENH] Schema changes related to BEP032
- BIDS BEP032 Proposal
- Contributes to #1705
- Related issue about
age#1634 - [ ] Clarify if columns can have arrays as value, if not, how do we handle the
surgery_date - [x] Add columns for
_probes.tsv - [x] Add tabular_data rules for
_probes.tsv - [x] Add columns for
_electrodes.tsv - [x] Add tabular_data rules for
_electrodes.tsv - [x] Add columns for
_channels.tsv - [x] Add tabular_data rules for
_channels.tsv - [x] Add columns for
_scans.tsv--> not required as already inherited from main BIDS - [x] Add tabular_data rules for
_scans.tsv--> not required as already inherited from main BIDS - [x] Add columns for
_events.tsv - [x] Add tabular_data rules for
_events.tsv - [x] Add sidecars rule for
_coordsystem.json - [x] Add sidecars rule for
_ephys.json(except probe information as decision pending) - [x] Fix language conventions, such as ~~for e.g.~~ -> for example,
- [ ] Discuss and clear TODOs commented out in the schema
- [ ] Add file naming and other modality-specific rules
- [ ] Fix schema validation errors
@bids-standard/bep032
@ree-gupta Thanks again for working on this! Could you please "enable" pre-commit for you locally -- pre-commit install so then it would check/address problems before you even make/push a commit?
@ree-gupta Thanks again for working on this! Could you please "enable"
pre-commitfor you locally --pre-commit installso then it would check/address problems before you even make/push a commit?
Sure thing! Thank you for the suggestion.
Took me awhile, even sent complimentary #1963 to see the obvious gotcha! ;) pushed the fix -- hopefully gets green now @ree-gupta ! Thanks again for working on this!!!
edit: CI is green where we care.
Took me awhile, even sent complimentary #1963 to see the obvious gotcha! ;) pushed the fix -- hopefully gets green now @ree-gupta ! Thanks again for working on this!!!
edit: CI is green where we care.
Thank you for spotting and fixing this @yarikoptic! 🙏🏽 the schema validation check passes now.