Skip to content

Commit 2ebcbdd

Browse files
committed
Address remark warnings.
1 parent 518e7a8 commit 2ebcbdd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/derivatives/diffusion-derivatives.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ see [parameter metadata](#parameter-metadata).
179179
*D<sub>11</sub>*, *D<sub>12</sub>*, *D<sub>13</sub>*, *D<sub>21</sub>*, *D<sub>22</sub>*, *D<sub>23</sub>, *D<sub>31</sub>*, *D<sub>32</sub>*, *D<sub>33</sub>,
180180
with subscripts indexing row then column.
181181

182-
2. <a name="encoding-sh">*Spherical Harmonics (SH)*</a>:
182+
1. <a name="encoding-sh">*Spherical Harmonics (SH)*</a>:
183183

184184
Image where data across volumes within each voxel encode
185185
a continuous function spanning the 2-sphere
@@ -189,7 +189,7 @@ see [parameter metadata](#parameter-metadata).
189189
and the maximal spherical harmonic degree *l<sub>max</sub>*
190190
(see [spherical harmonics bases](#spherical-harmonics-bases)).
191191

192-
3. <a name="encoding-amp">*Amplitudes*</a>:
192+
1. <a name="encoding-amp">*Amplitudes*</a>:
193193

194194
Image where data across volumes within each voxel encode
195195
amplitudes of a discrete function spanning the 2-sphere.
@@ -251,7 +251,6 @@ Dictionary `"Model["Parameters"]"` has the following reserved keywords that may
251251

252252
{{ MACROS___make_subobject_table("metadata.Model.properties.Parameters") }}
253253

254-
255254
#### Parameter metadata
256255

257256
The following tables define reserved fields relevant to individual model parameters.
@@ -317,7 +316,6 @@ Dictionary `"ResponseFunction"` has the following reserved keywords:
317316
| 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. |
318317
| type | type | REQUIRED. String. The mathematical form in which the response function coefficients are provided; see further below. Levels are "eigen" (list of 4 floating-point values must be specified; these are interpreted as three ordered eigenvalues of a rank 2 tensor, followed by a reference *b*=0 intensity.) and "zsh" (Either of (1) a list of floating-point values: Values correspond to the response function coefficient for each consecutive even zonal spherical harmonic degree starting from zero; OR (2) List of lists of floating-point values. One list per unique *b*-value. Each individual list contains a coefficient per even zonal spherical harmonic degree starting from zero. If the response function utilized has a different number of non-zero zonal spherical harmonic coefficients for different *b*-values, these must be padded with zeroes such that all lists contain the same number of floating-point values.) |
319318

320-
321319
### Demonstrative examples
322320

323321
#### A basic Diffusion Tensor fit
@@ -554,7 +552,6 @@ Notes:
554552
storing these values as a list of floats would be erroneously interpreted
555553
as coefficients of different zonal spherical harmonic degrees for a single *b*-value shell.
556554

557-
558555
#### A Neurite Orientation and Dispersion Imaging (NODDI) fit
559556

560557
A fit of the model using the AMICO software.
@@ -582,7 +579,6 @@ Dimensions of NIfTI image "`sub-01_model-noddi_param-odi_dwimap.nii.gz`": *I*x*J
582579

583580
Dimensions of NIfTI image "`sub-01_model-noddi_param-icvf_dwimap.nii.gz`": *I*x*J*x*K*1 ([scalar](#encoding-scalar))
584581

585-
586582
Contents of JSON file "`sub-01_model-noddi_param-direction_dwimap.json`":
587583

588584
```JSON
@@ -638,7 +634,6 @@ Contents of JSON file "`sub-01_model-noddi_param-icvf_dwimap.json`":
638634
}
639635
```
640636

641-
642637
#### An FSL `bedpostx` Ball-And-Sticks fit
643638

644639
This example includes both bootstrap realizations of the model fit,

0 commit comments

Comments
 (0)