@@ -15,13 +15,13 @@ acquisition:
15
15
resolution.
16
16
In such case two files could have the following names:
17
17
`sub-01_acq-highres_T1w.nii.gz` and `sub-01_acq-lowres_T1w.nii.gz`, however
18
- the user is free to choose any other label than highres and lowres as long
18
+ the user is free to choose any other label than ` highres` and ` lowres` as long
19
19
as they are consistent across subjects and sessions.
20
20
In case different sequences are used to record the same modality
21
- (for example, RARE and FLASH for T1w)
21
+ (for example, ` RARE` and ` FLASH` for T1w)
22
22
this field can also be used to make that distinction.
23
23
At what level of detail to make the distinction (for example,
24
- just between RARE and FLASH, or between RARE, FLASH, and FLASHsubsampled)
24
+ just between ` RARE` and ` FLASH` , or between ` RARE`, ` FLASH` , and ` FLASHsubsampled` )
25
25
remains at the discretion of the researcher.
26
26
type : string
27
27
format : label
@@ -32,7 +32,7 @@ ceagent:
32
32
The `ce-<label>` key/value can be used to distinguish
33
33
sequences using different contrast enhanced images.
34
34
The label is the name of the contrast agent.
35
- The key `ContrastBolusIngredient` MAY also be added in the JSON file,
35
+ The key `" ContrastBolusIngredient" ` MAY also be added in the JSON file,
36
36
with the same label.
37
37
type : string
38
38
format : label
82
82
If files belonging to an entity-linked file collection are acquired at different
83
83
echo times, the `_echo-<index>` key/value pair MUST be used to distinguish
84
84
individual files.
85
- This entity represents the `EchoTime` metadata field. Please note that the `<index>`
85
+ This entity represents the `" EchoTime" ` metadata field. Please note that the `<index>`
86
86
denotes the number/index (in the form of a nonnegative integer), not the
87
- `EchoTime` value which needs to be stored in the field `EchoTime` of the separate
87
+ `" EchoTime" ` value which needs to be stored in the field `" EchoTime" ` of the separate
88
88
JSON file.
89
89
type : string
90
90
format : index
95
95
If files belonging to an entity-linked file collection are acquired at different
96
96
flip angles, the `_flip-<index>` key/value pair MUST be used to distinguish
97
97
individual files.
98
- This entity represents the `FlipAngle` metadata field. Please note that the `<index>`
99
- denotes the number/index (in the form of a nonnegative integer), not the `FlipAngle`
100
- value which needs to be stored in the field `FlipAngle` of the separate JSON file.
98
+ This entity represents the `" FlipAngle" ` metadata field. Please note that the `<index>`
99
+ denotes the number/index (in the form of a nonnegative integer), not the `" FlipAngle" `
100
+ value which needs to be stored in the field `" FlipAngle" ` of the separate JSON file.
101
101
type : string
102
102
format : index
103
103
hemisphere :
@@ -119,9 +119,9 @@ inversion:
119
119
If files belonging to an entity-linked file collection are acquired at different
120
120
inversion times, the `_inv-<index>` key/value pair MUST be used to distinguish
121
121
individual files.
122
- This entity represents the `InversionTime` metadata field. Please note that the `<index>`
123
- denotes the number/index (in the form of a nonnegative integer), not the `InversionTime`
124
- value which needs to be stored in the field `InversionTime` of the separate JSON file.
122
+ This entity represents the `" InversionTime` metadata field. Please note that the `<index>`
123
+ denotes the number/index (in the form of a nonnegative integer), not the `" InversionTime" `
124
+ value which needs to be stored in the field `" InversionTime" ` of the separate JSON file.
125
125
type : string
126
126
format : index
127
127
label :
@@ -151,7 +151,7 @@ mtransfer:
151
151
If files belonging to an entity-linked file collection are acquired at different
152
152
magnetization transfer (MT) states, the `_mt-<label>` key/value pair MUST be used to
153
153
distinguish individual files.
154
- This entity represents the `MTState` metadata field. Allowed label values for this
154
+ This entity represents the `" MTState" ` metadata field. Allowed label values for this
155
155
entity are `on` and `off`, for images acquired in presence and absence of an MT pulse,
156
156
respectively.
157
157
type : string
@@ -172,7 +172,7 @@ part:
172
172
173
173
Phase images MAY be in radians or in arbitrary units.
174
174
The sidecar JSON file MUST include the units of the `phase` image.
175
- The possible options are `rad` or `arbitrary`.
175
+ The possible options are `" rad" ` or `" arbitrary" `.
176
176
177
177
When there is only a magnitude image of a given type, the `part` key MAY be
178
178
omitted.
@@ -190,7 +190,7 @@ processing:
190
190
a file that was a result of particular processing performed on the device.
191
191
192
192
This is useful for files produced in particular by Elekta's MaxFilter
193
- (for example, sss, tsss, trans, quat or mc ),
193
+ (for example, ` sss`, ` tsss`, ` trans`, ` quat` or `mc` ),
194
194
which some installations impose to be run on raw data because of active
195
195
shielding software corrections before the MEG data can actually be
196
196
exploited.
@@ -201,7 +201,7 @@ reconstruction:
201
201
entity : rec
202
202
description : |
203
203
The `rec-<label>` key/value can be used to distinguish
204
- different reconstruction algorithms (for example ones using motion
204
+ different reconstruction algorithms (for example `MoCo` for the ones using motion
205
205
correction).
206
206
type : string
207
207
format : label
@@ -220,7 +220,7 @@ resolution:
220
220
entity : res
221
221
description : |
222
222
Resolution of regularly sampled N-dimensional data.
223
- MUST have a corresponding `Resolution` metadata field to provide
223
+ MUST have a corresponding `" Resolution" ` metadata field to provide
224
224
interpretation.
225
225
226
226
This entity is only applicable to derivative data.
@@ -350,7 +350,7 @@ tracer:
350
350
description : |
351
351
The `trc-<label>` key/value can be used to distinguish
352
352
sequences using different tracers.
353
- The key `TracerName` MUST also be included in the associated JSON file,
353
+ The key `" TracerName" ` MUST also be included in the associated JSON file,
354
354
although the label may be different.
355
355
type : string
356
356
format : label
0 commit comments