Skip to content

Commit

Permalink
FIX: Add deprecated anatomical MRI suffixes back into schema (#725)
Browse files Browse the repository at this point in the history
* Add deprecated suffixes back in.

* Rename groups to match validator
  • Loading branch information
tsalo authored Feb 10, 2021
1 parent 7cdeadf commit 60fe941
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/schema/datatypes/anat.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# First group
# Nonparametric
- suffixes:
- T1w
- T2w
Expand All @@ -10,6 +10,9 @@
- inplaneT2
- PDT2
- angio
- T2star # deprecated
- FLASH # deprecated
- PD # deprecated
extensions:
- .nii.gz
- .nii
Expand All @@ -22,7 +25,7 @@
ceagent: optional
reconstruction: optional
part: optional
# Second group
# Parametric
- suffixes:
- T1map
- T2map
Expand Down Expand Up @@ -54,7 +57,7 @@
acquisition: optional
ceagent: optional
reconstruction: optional
# Third group
# Defacemask
- suffixes:
- defacemask
extensions:
Expand All @@ -69,7 +72,7 @@
ceagent: optional
reconstruction: optional
modality: optional
# Fourth group
# Multi-echo
- suffixes:
- MESE
- MEGRE
Expand All @@ -86,7 +89,7 @@
reconstruction: optional
echo: required
part: optional
# Fifth group
# Multi-flip
- suffixes:
- VFA
extensions:
Expand All @@ -102,7 +105,7 @@
reconstruction: optional
flip: required
part: optional
# Sixth group
# Multi-inv
- suffixes:
- IRT1
extensions:
Expand All @@ -118,7 +121,7 @@
reconstruction: optional
inversion: required
part: optional
# Seventh group
# MP2RAGE
- suffixes:
- MP2RAGE
extensions:
Expand All @@ -136,7 +139,7 @@
flip: optional
inversion: required
part: optional
# Eighth group
# VFA+MT
- suffixes:
- MPM
- MTS
Expand All @@ -155,7 +158,7 @@
flip: required
mtransfer: required
part: optional
# Nineth group
# MTR
- suffixes:
- MTR
extensions:
Expand Down

0 comments on commit 60fe941

Please sign in to comment.