-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SCHEMA] Define YAML tables for PET common metadata fields and radiopharmaceutical data v2 #1027
[SCHEMA] Define YAML tables for PET common metadata fields and radiopharmaceutical data v2 #1027
Conversation
change addendum -> level_addendum per commit suggestion. Co-authored-by: Taylor Salo <[email protected]>
Hmm, yamllint is giving me fits: Running:
With respect to PETMRISequenceSpecifics:
selectors:
- modality == "MRI"
- "PET" in dataset.modalities
fields:
NonLinearGradientCorrection: REQUIRED Thoughts? |
…Specifics to make linter happy
I saw that here as well: https://github.com/bids-standard/bids-specification/pull/1017/files#r814328092 I ended up dropping the quotes but @effigies proposed (https://github.com/bids-standard/bids-specification/pull/1017/files#r824140193) |
Added backticks
Switched PET in to -> |
@bendhouseart can you move your proposed changes into a new |
@tsalo done per your request. |
Squashed commit of the following: commit ee5ff05 Author: anthony galassi <[email protected]> Date: Thu Apr 7 15:48:02 2022 -0400 moved pet stuff to src/schema/rules/sidecars/pet.yaml commit d00e683 Author: Anthony Galassi <[email protected]> Date: Fri Mar 18 09:40:55 2022 -0400 Update src/schema/rules/sidecars.yml commit 928eea2 Author: Anthony Galassi <[email protected]> Date: Thu Mar 17 15:42:10 2022 -0400 Add backticks Added backticks commit 50b0ae0 Author: anthony galassi <[email protected]> Date: Tue Mar 15 12:34:42 2022 -0400 fixed level addendum's, removed quotes for selector in PETMRISequenceSpecifics to make linter happy commit 4a177c0 Author: anthony galassi <[email protected]> Date: Mon Mar 14 15:59:54 2022 -0400 fixed n - 1 yaml errors, 1 remaining commit 6e40318 Author: Anthony Galassi <[email protected]> Date: Mon Mar 14 15:49:29 2022 -0400 Update src/schema/rules/sidecars.yml change addendum -> level_addendum per commit suggestion. Co-authored-by: Taylor Salo <[email protected]> commit 41bc816 Author: anthony galassi <[email protected]> Date: Thu Mar 10 15:49:58 2022 -0500 fixed yaml formatting
Squashed commit of the following: commit ee5ff05 Author: anthony galassi <[email protected]> Date: Thu Apr 7 15:48:02 2022 -0400 moved pet stuff to src/schema/rules/sidecars/pet.yaml commit d00e683 Author: Anthony Galassi <[email protected]> Date: Fri Mar 18 09:40:55 2022 -0400 Update src/schema/rules/sidecars.yml commit 928eea2 Author: Anthony Galassi <[email protected]> Date: Thu Mar 17 15:42:10 2022 -0400 Add backticks Added backticks commit 50b0ae0 Author: anthony galassi <[email protected]> Date: Tue Mar 15 12:34:42 2022 -0400 fixed level addendum's, removed quotes for selector in PETMRISequenceSpecifics to make linter happy commit 4a177c0 Author: anthony galassi <[email protected]> Date: Mon Mar 14 15:59:54 2022 -0400 fixed n - 1 yaml errors, 1 remaining commit 6e40318 Author: Anthony Galassi <[email protected]> Date: Mon Mar 14 15:49:29 2022 -0400 Update src/schema/rules/sidecars.yml change addendum -> level_addendum per commit suggestion. Co-authored-by: Taylor Salo <[email protected]> commit a4fb377 Merge: 41bc816 c5f89c6 Author: Anthony Galassi <[email protected]> Date: Mon Mar 14 15:17:00 2022 -0400 Merge branch 'schema/sidecar_validation' into bendhouseart-tables commit 41bc816 Author: anthony galassi <[email protected]> Date: Thu Mar 10 15:49:58 2022 -0500 fixed yaml formatting
Squashed commit of the following: commit ee5ff05 Author: anthony galassi <[email protected]> Date: Thu Apr 7 15:48:02 2022 -0400 moved pet stuff to src/schema/rules/sidecars/pet.yaml commit d00e683 Author: Anthony Galassi <[email protected]> Date: Fri Mar 18 09:40:55 2022 -0400 Update src/schema/rules/sidecars.yml commit 928eea2 Author: Anthony Galassi <[email protected]> Date: Thu Mar 17 15:42:10 2022 -0400 Add backticks Added backticks commit 50b0ae0 Author: anthony galassi <[email protected]> Date: Tue Mar 15 12:34:42 2022 -0400 fixed level addendum's, removed quotes for selector in PETMRISequenceSpecifics to make linter happy commit 4a177c0 Author: anthony galassi <[email protected]> Date: Mon Mar 14 15:59:54 2022 -0400 fixed n - 1 yaml errors, 1 remaining commit 6e40318 Author: Anthony Galassi <[email protected]> Date: Mon Mar 14 15:49:29 2022 -0400 Update src/schema/rules/sidecars.yml change addendum -> level_addendum per commit suggestion. Co-authored-by: Taylor Salo <[email protected]> commit a4fb377 Merge: 41bc816 c5f89c6 Author: Anthony Galassi <[email protected]> Date: Mon Mar 14 15:17:00 2022 -0400 Merge branch 'schema/sidecar_validation' into bendhouseart-tables commit 41bc816 Author: anthony galassi <[email protected]> Date: Thu Mar 10 15:49:58 2022 -0500 fixed yaml formatting
Squashed and merged manually to ensure minimal destruction. Compare e332798 to validate. |
References #1014 and #1002
Aped from tsalo's #1017, but just PET fields.
Changes proposed:
Add YAML definitions for PET page's common metadata sections.
Fixes ugly history view from previous (cancelled) PR #1026