Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DWI models: Force presence of "param" entity #99

Merged
merged 2 commits into from
May 15, 2024
Merged
Changes from 1 commit
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
14 changes: 4 additions & 10 deletions src/derivatives/05-diffusion-derivatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,6 @@ that warrant explicit mention due to their consequence in how they are represent
they MUST also specify requisite metadata fields regarding
how data across dimensions beyond the three spatial dimensions are to be interpreted.

In cases where a pipeline yields only a single parameter from a model,
entity "`_param-<label>`" MUST NOT be included; e.g.:
```Text
<pipeline_name>/
sub-<participant_label>/
dwi/
<source_keywords>[_space-<space>]_model-<label>_dwimap.nii[.gz]
<source_keywords>[_space-<space>]_model-<label>_dwimap.json
```

### Orientation encoding types

There are many mathematical bases that may be used
Expand Down Expand Up @@ -406,6 +396,10 @@ Dictionary `"ResponseFunction"` has the following reserved keywords:
rather, it is the *diffusivity* that is the estimated parameter,
and the *way in which the anisotropy of that parameter is encoded* is a tensor.

- Even if image `sub-01_model-tensor_param-diffusivity_dwimap.nii.gz`
were to be the only image yielded by the pipeline,
it is nevertheless REQUIRED to include entity "`_param-`" in those file names.

- Metadata fields relevant to the interpretation of the anisotropy of the tensor
are *not relevant* to the scalar measures
"`s0`" (estimated signal intensity with no diffusion weighting)
Expand Down
Loading