You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/derivatives/diffusion-derivatives.md
+37-21Lines changed: 37 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,17 +263,21 @@ Some fields are relevant only to specific [orientation encoding types](#orientat
263
263
- Where a field is *not* relevant for the corresponding image,
264
264
that metadata field MUST NOT be specified.
265
265
266
+
Auto-generated table:
267
+
266
268
{{ MACROS___make_metadata_table(
267
269
{
268
-
"BootstrapAxis": ("OPTIONAL", "Applicable to any orientation encoding type"),
269
-
"Description": ("OPTIONAL", "Applicable to any orientation encoding type"),
270
-
"NonNegativity": ("OPTIONAL", "Applicable to all orientation encoding types except [spherical coordinates](#encoding-spherical) and [3-vectors](#encoding-3vector)"),
271
-
"OrientationEncoding": ("REQUIRED", "Applicable to any orientation encoding type"),
272
-
"ParameterURL": ("OPTIONAL", "Applicable to any orientation encoding type"),
273
-
"ResponseFunction": ("OPTIONAL", "Applicable to [spherical harmonics](#encoding-sh)"),
270
+
"BootstrapAxis": ("OPTIONAL", "Applicable to any orientation encoding type."),
271
+
"Description": ("OPTIONAL", "Applicable to any orientation encoding type."),
272
+
"NonNegativity": ("OPTIONAL", "Applicable to all orientation encoding types except [spherical coordinates](#encoding-spherical) and [3-vectors](#encoding-3vector)."),
273
+
"OrientationEncoding": ("REQUIRED", "Applicable to any orientation encoding type."),
274
+
"ParameterURL": ("OPTIONAL", "Applicable to any orientation encoding type."),
275
+
"ResponseFunction": ("OPTIONAL", "Applicable to [spherical harmonics](#encoding-sh)."),
| BootstrapAxis | Any | OPTIONAL. Integer. If multiple realizations of a given parameter are stored in a NIfTI image, this field nominates the image axis (indexed from zero) along which those multiple realizations are stored. |
@@ -285,8 +289,12 @@ Some fields are relevant only to specific [orientation encoding types](#orientat
285
289
286
290
Dictionary `"OrientationEncoding"` has the following reserved keywords:
| AmplitudesDirections |[Amplitudes](#encoding-amp)| REQUIRED for `"Type": "amplitudes"`; MUST NOT be specified otherwise. List of lists of floats. Data are either [spherical coordinates (directions only)](#encoding-spherical) or [3-vectors](#encoding-3vector) with unit norm. Defines the dense directional basis set on which samples of a spherical function within each voxel are provided. The length of the list must be equal to the number of volumes in the image. |
@@ -309,8 +317,12 @@ Field `"OrientationEncoding"["Reference"]` MUST contain one of the following val
309
317
310
318
Dictionary `"ResponseFunction"` has the following reserved keywords:
| coefficients | coefficients | REQUIRED. Either a list of floats, or a list of lists of floats, depending on the mathematical form of the response function and possibly the data to which it applies; see further below. |
@@ -468,10 +480,12 @@ Contents of JSON file "`sub-01_model-csd_param-wm_dwimap.json`":
0 commit comments