Skip to content

Commit 5cbc7ea

Browse files
committed
Adding inversionTime and removing sliceThickness
1 parent 6fe7aa2 commit 5cbc7ea

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

schemas/activity/functionalMRIAcquisition.schema.tpl.json

-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
"_instruction": "Enter number of volumes discarded by user before the first volume.",
4242
"type": "number"
4343
},
44-
"repetitionTime": {
45-
"_embeddedTypes": [
46-
"https://openminds.ebrains.eu/core/QuantitativeValue"
47-
],
48-
"_instruction": "Enter the echo time of this aquisition (TR)."
49-
},
5044
"sbref": {
5145
"_instruction": "Add the single-band reference image for this volume.",
5246
"_linkedTypes": [

schemas/device/MRIScannerUsage.schema.tpl.json

+12-7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
],
4949
"_instruction": "Enter the inter slice distance of this scan."
5050
},
51+
"inversionTime": {
52+
"_embeddedTypes": [
53+
"https://openminds.ebrains.eu/core/QuantitativeValue"
54+
],
55+
"_instruction": "Enter the inversion time of this aquistion."
56+
},
5157
"mRAcquisitionType": {
5258
"_instruction": "Add the type of sequence readout (2D or 3D).",
5359
"_linkedTypes": [
@@ -88,19 +94,18 @@
8894
"https://openminds.ebrains.eu/controlledTerms/MRIRadiofrequencyCoilType"
8995
]
9096
},
97+
"repetitionTime": {
98+
"_embeddedTypes": [
99+
"https://openminds.ebrains.eu/core/QuantitativeValue"
100+
],
101+
"_instruction": "Enter the echo time of this aquisition (TR)."
102+
},
91103
"sliceOrder": {
92104
"_instruction": "Enter the time in which each slice have been aquired within each volume.",
93105
"_linkedTypes": [
94106
"https://openminds.ebrains.eu/core/QuantitativeValueArray"
95107
]
96108
},
97-
"sliceThickness": {
98-
"_embeddedTypes": [
99-
"https://openminds.ebrains.eu/core/QuantitativeValue",
100-
"https://openminds.ebrains.eu/core/QuantitativeValueRange"
101-
],
102-
"_instruction": "Enter the slice thickness of this MR image."
103-
},
104109
"sliceTiming": {
105110
"_instruction": "Enter the time in which each slice have been aquired within each volume.",
106111
"_linkedTypes": [

0 commit comments

Comments
 (0)