Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions schemas/device/MRIScannerUsage.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"minimum": 1,
"type": "integer"
},
"device": {
"_instruction": "Add the MRI Scanner used.",
"_linkedTypes": [
"neuroimaging:MRIScanner"
]
},
"diffusionEncodingParameters": {
"_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.",
"_linkedTypes": [
Expand Down
Loading