Skip to content

Commit

Permalink
Merge branch 'peyman-main' into dev
Browse files Browse the repository at this point in the history
* peyman-main:
  Adding inversionTime and removing sliceThickness
  • Loading branch information
apdavison committed Aug 28, 2024
2 parents e05de3a + 5cbc7ea commit 6abe256
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
6 changes: 0 additions & 6 deletions schemas/activity/functionalMRIAcquisition.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@
"_instruction": "Enter number of volumes discarded by user before the first volume.",
"type": "number"
},
"repetitionTime": {
"_embeddedTypes": [
"https://openminds.ebrains.eu/core/QuantitativeValue"
],
"_instruction": "Enter the echo time of this aquisition (TR)."
},
"sbref": {
"_instruction": "Add the single-band reference image for this volume.",
"_linkedTypes": [
Expand Down
19 changes: 12 additions & 7 deletions schemas/device/MRIScannerUsage.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
],
"_instruction": "Enter the inter slice distance of this scan."
},
"inversionTime": {
"_embeddedTypes": [
"https://openminds.ebrains.eu/core/QuantitativeValue"
],
"_instruction": "Enter the inversion time of this aquistion."
},
"mRAcquisitionType": {
"_instruction": "Add the type of sequence readout (2D or 3D).",
"_linkedTypes": [
Expand Down Expand Up @@ -88,19 +94,18 @@
"https://openminds.ebrains.eu/controlledTerms/MRIRadiofrequencyCoilType"
]
},
"repetitionTime": {
"_embeddedTypes": [
"https://openminds.ebrains.eu/core/QuantitativeValue"
],
"_instruction": "Enter the echo time of this aquisition (TR)."
},
"sliceOrder": {
"_instruction": "Enter the time in which each slice have been aquired within each volume.",
"_linkedTypes": [
"https://openminds.ebrains.eu/core/QuantitativeValueArray"
]
},
"sliceThickness": {
"_embeddedTypes": [
"https://openminds.ebrains.eu/core/QuantitativeValue",
"https://openminds.ebrains.eu/core/QuantitativeValueRange"
],
"_instruction": "Enter the slice thickness of this MR image."
},
"sliceTiming": {
"_instruction": "Enter the time in which each slice have been aquired within each volume.",
"_linkedTypes": [
Expand Down

0 comments on commit 6abe256

Please sign in to comment.