Skip to content

Commit

Permalink
BEP016: Change to single-file diffusion models
Browse files Browse the repository at this point in the history
Based on suggestion in #5. If all model intrinsic parameters are incorporated into a single file, rather than dropping the "_parameter-<param>" field, instead enforce that parameter name "all" be used.
  • Loading branch information
Lestropie authored and oesteban committed Sep 18, 2019
1 parent 0d0b998 commit a316e27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/05-derivatives/05-diffusion-derivatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ rather than the image data).
relevant [extrinsic](#paramdef-extrinsic) model parameter image.

- If all [intrinsic](#paramdef-intrinsic) model parameters are
contained within a single image file, field "`_parameter-*`" MUST be
omitted (for intrinsic parameter image only):
contained within a single image file, field "`_parameter-`" MUST nevertheless
be included, with value "`all`":

```Text
<pipeline_name>/
sub-<participant_label>/
dwi/
<source_keywords>[_space-<space>][_desc-<label>]_<model>.nii[.gz]
<source_keywords>[_space-<space>][_desc-<label>]_<model>.json
<source_keywords>[_space-<space>][_desc-<label>]_parameter-all_<model>.nii[.gz]
<source_keywords>[_space-<space>][_desc-<label>]_parameter-all_<model>.json
```

### Data representations
Expand Down

0 comments on commit a316e27

Please sign in to comment.