Skip to content

Commit 7684e35

Browse files
committed
typo
1 parent f7fa2da commit 7684e35

4 files changed

+16
-16
lines changed

schemas/activity/functionalMRIAcquisition.schema.tpl.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"_embeddedTypes": [
2222
"core:QuantitativeValue"
2323
],
24-
"_instruction": "Enter the duration from trigger delivery to scan onset (only the first volum)."
24+
"_instruction": "Enter the duration from trigger delivery to scan onset (only the first volume)."
2525
},
2626
"delayTime": {
2727
"_embeddedTypes": [
@@ -30,7 +30,7 @@
3030
"_instruction": "Enter the arbitrary delay time set by user before each volume acquisition."
3131
},
3232
"fieldMap": {
33-
"_instruction": "Add the images or field maps used for correction of inhemogenties in B0 field of this aquisition.",
33+
"_instruction": "Add the images or field maps used for correction of inhomogeneities in B0 field of this acquisition.",
3434
"_linkedTypes": [
3535
"core:File"
3636
],
@@ -48,13 +48,13 @@
4848
]
4949
},
5050
"structuralMRI": {
51-
"_instruction": "Add the structural MRI relavent for this aquisition.",
51+
"_instruction": "Add the structural MRI relevant for this acquisition.",
5252
"_linkedTypes": [
5353
"core:File"
5454
]
5555
},
5656
"volumeTiming": {
57-
"_instruction": "Enter aquisition times of each vloume.",
57+
"_instruction": "Enter acquisition times of each vloume.",
5858
"_linkedTypes": [
5959
"core:QuantitativeValueArray"
6060
]

schemas/device/MRIScannerUsage.schema.tpl.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"_type": "neuroimaging:MRIScannerUsage",
44
"properties": {
55
"bValues": {
6-
"_instruction": "Add the b values coresponding to this aquisition.",
6+
"_instruction": "Add the b values coresponding to this acquisition.",
77
"_linkedTypes": [
88
"core:File"
99
]
1010
},
1111
"bVectors": {
12-
"_instruction": "Add the b vectors coresponding to this aquisition.",
12+
"_instruction": "Add the b vectors coresponding to this acquisition.",
1313
"_linkedTypes": [
1414
"core:File"
1515
]
@@ -24,13 +24,13 @@
2424
"_embeddedTypes": [
2525
"core:QuantitativeValue"
2626
],
27-
"_instruction": "Enter the dewell time of this aquistion."
27+
"_instruction": "Enter the dwell time of this aquistion."
2828
},
2929
"echoTime": {
3030
"_embeddedTypes": [
3131
"core:QuantitativeValue"
3232
],
33-
"_instruction": "Enter the echo times of this aquisition (TE).",
33+
"_instruction": "Enter the echo times of this acquisition (TE).",
3434
"minItems": 1,
3535
"type": "array",
3636
"uniqueItems": true
@@ -60,13 +60,13 @@
6060
],
6161
"_instruction": "Enter the inversion time of this aquistion."
6262
},
63-
"mRAcquisitionType": {
63+
"MRAcquisitionType": {
6464
"_instruction": "Add the type of sequence readout (2D or 3D).",
6565
"_linkedTypes": [
6666
"controlledTerms:MRAcquisitionType"
6767
]
6868
},
69-
"mTState": {
69+
"MTState": {
7070
"_instruction": "Boolean stating whether the magnetization transfer pulse is applied.",
7171
"type": "boolean"
7272
},
@@ -79,7 +79,7 @@
7979
"type": "number"
8080
},
8181
"parallelAcquisitionTechnique": {
82-
"_ instruction": "Enter the parallel acquisition technique sequance name for this scan. 'GRAPPA' for most Siemens machines and 'SENSE' for most Philips machines.",
82+
"_ instruction": "Enter the parallel acquisition technique sequence name for this scan. 'GRAPPA' for most Siemens machines and 'SENSE' for most Philips machines.",
8383
"type": "string"
8484
},
8585
"phaseEncodingDirection": {
@@ -104,16 +104,16 @@
104104
"_embeddedTypes": [
105105
"core:QuantitativeValue"
106106
],
107-
"_instruction": "Enter the echo time of this aquisition (TR)."
107+
"_instruction": "Enter the echo time of this acquisition (TR)."
108108
},
109109
"sliceOrder": {
110-
"_instruction": "Enter the time in which each slice have been aquired within each volume.",
110+
"_instruction": "Enter the time in which each slice have been acquired within each volume.",
111111
"_linkedTypes": [
112112
"core:QuantitativeValueArray"
113113
]
114114
},
115115
"sliceTiming": {
116-
"_instruction": "Enter the time in which each slice have been aquired within each volume.",
116+
"_instruction": "Enter the time in which each slice have been acquired within each volume.",
117117
"_linkedTypes": [
118118
"core:QuantitativeValueArray"
119119
]

schemas/entity/image.schema.tpl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "string"
77
},
88
"capturedWith": {
9-
"_instruction": "Add the device used to captured this image.",
9+
"_instruction": "Add the device used to capture this image.",
1010
"_linkedCategories": [
1111
"deviceUsage"
1212
]

schemas/entity/volume.schema.tpl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "string"
77
},
88
"capturedWith": {
9-
"_instruction": "Add the device used to captured this volume.",
9+
"_instruction": "Add the device used to capture this volume.",
1010
"_linkedCategories": [
1111
"deviceUsage"
1212
]

0 commit comments

Comments
 (0)