-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCHEMA] Add full object definitions for valid values in schema (#919)
* Add some descriptions. Mostly just TODOs for now. * Start rendering value restrictions in descriptions. * Fix. * Revert rendering. Will move to separate PR. * Run black. * Add more enum descriptions. * Add nonstandard and non-template coordinate systems. I'm not 100% sure about this one. I grabbed values from the coordinate systems appendix. * Fix linting issues. * Run prettier. * Make the expanded enums into objects. * Fix up rendering, hopefully. * Update metadata.yaml * Update render.py * whoops. * Update render.py * Whoops! * Finish resolving conflicts. * Move enums to a separate file. * Fix on and off. * Remove duplicate keys. * Start adding channel type values. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add EEG columns. * Remove empty entries. * Add MEG channels. * Add NIRS channels. * Try fixing the formatting. * Fix. * OTHER sex isn't the same as OTHER channel type. * Consolidate channels enums across datatypes. * Replace name with value. * Replicate #1478. * Add .value to value refs. * Add tags to channel values. * ENH: Allow for dereferencing individual values in schema * Rename values to enum. * Rename enum to enum_values. * Fix test. * Rename and move enums around. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update columns.yaml * Document new sub-namespace. * Fix table. * Remove unused enum groups. * Apply suggestions from code review Co-authored-by: Chris Markiewicz <[email protected]> * Update the other direction enum defs. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Markiewicz <[email protected]> Co-authored-by: Stefan Appelhoff <[email protected]>
- Loading branch information
1 parent
f2cea0f
commit 6d7eb0f
Showing
16 changed files
with
1,356 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.