Skip to content

Commit

Permalink
DWI derivatives: Resolution between content changes
Browse files Browse the repository at this point in the history
Resolves #52 (making "parameter" entity compulsory) against #51 (changing key for that parameter from "parameter" to "param").
  • Loading branch information
Lestropie committed Aug 10, 2022
1 parent 653766d commit c7cfbaf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/05-derivatives/05-diffusion-derivatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,11 @@ another.
my_diffusion_pipeline/
sub-01/
dwi/
sub-01_parameter-all_tensor.nii.gz
sub-01_param-all_tensor.nii.gz
sub-01_tensor.json
```

Dimensions of NIfTI image "`sub-01_parameter-all_tensor.nii.gz`": *I*x*J*x*K*x6 ([parameter vectors](#data-param))
Dimensions of NIfTI image "`sub-01_param-all_tensor.nii.gz`": *I*x*J*x*K*x6 ([parameter vectors](#data-param))

Contents of JSON file:

Expand All @@ -461,18 +461,18 @@ another.
my_diffusion_pipeline/
sub-01/
dwi/
sub-01_parameter-wm_csd.nii.gz
sub-01_parameter-wm_csd.json
sub-01_parameter-gm_csd.nii.gz
sub-01_parameter-gm_csd.json
sub-01_parameter-csf_csd.nii.gz
sub-01_parameter-csf_csd.json
sub-01_param-wm_csd.nii.gz
sub-01_param-wm_csd.json
sub-01_param-gm_csd.nii.gz
sub-01_param-gm_csd.json
sub-01_param-csf_csd.nii.gz
sub-01_param-csf_csd.json
sub-01_csd.json
```

Dimensions of NIfTI image "`sub-01_parameter-wm_csd.nii.gz`": *I*x*J*x*K*x45 ([spherical harmonics](#data-sh))
Dimensions of NIfTI image "`sub-01_parameter-gm_csd.nii.gz`": *I*x*J*x*K*x1 ([spherical harmonics](#data-sh))
Dimensions of NIfTI image "`sub-01_parameter-csf_csd.nii.gz`": *I*x*J*x*K*x1 ([spherical harmonics](#data-sh))
Dimensions of NIfTI image "`sub-01_param-wm_csd.nii.gz`": *I*x*J*x*K*x45 ([spherical harmonics](#data-sh))
Dimensions of NIfTI image "`sub-01_param-gm_csd.nii.gz`": *I*x*J*x*K*x1 ([spherical harmonics](#data-sh))
Dimensions of NIfTI image "`sub-01_param-csf_csd.nii.gz`": *I*x*J*x*K*x1 ([spherical harmonics](#data-sh))

Contents of file "`sub-01_csd.json`" (common to all [intrinsic](#paramdef-intrinsic) model parameter images):

Expand All @@ -488,7 +488,7 @@ another.
}
```

Contents of JSON file "`sub-01_parameter-wm_csd.json`":
Contents of JSON file "`sub-01_param-wm_csd.json`":

```JSON
{
Expand All @@ -503,7 +503,7 @@ another.
}
```

Contents of JSON file "`sub-01_parameter-gm_csd.json`":
Contents of JSON file "`sub-01_param-gm_csd.json`":

```JSON
{
Expand Down

0 comments on commit c7cfbaf

Please sign in to comment.