Skip to content

Commit

Permalink
Merge pull request #99 from bids-standard/force_param_entity
Browse files Browse the repository at this point in the history
DWI models: Force presence of "param" entity
  • Loading branch information
arokem authored May 15, 2024
2 parents 37b1bad + c73cf54 commit 3f5f38d
Showing 1 changed file with 4 additions and 10 deletions.
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; for example:
```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 @@ -415,6 +405,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

0 comments on commit 3f5f38d

Please sign in to comment.