Skip to content

Commit bec65af

Browse files
authored
Add device field for MRI Scanner in schema
1 parent fe3b615 commit bec65af

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

schemas/device/MRIScannerUsage.schema.tpl.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"minimum": 1,
1313
"type": "integer"
1414
},
15+
"device": {
16+
"_instruction": "Add the MRI Scanner used.",
17+
"_linkedTypes": [
18+
"neuroimaging:MRIScanner"
19+
]
20+
},
1521
"diffusionEncodingParameters": {
1622
"_instruction": "Add two diffusion encoding files: a b-value file specifying the diffusion weighting for each acquired volume and a b-vector file specifying the corresponding three-dimensional diffusion gradient directions. Ensure that both files are correctly ordered, that b-vectors are normalized, and that they are aligned with the image volumes.",
1723
"_linkedTypes": [

0 commit comments

Comments
 (0)