Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ nav:
- BIDS Derivatives: derivatives/introduction.md
- Common data types and metadata: derivatives/common-data-types.md
- Imaging data types: derivatives/imaging.md
- Diffusion MRI: derivatives/diffusion-derivatives.md
- Templates and atlases: derivatives/atlas.md
- Longitudinal and multi-site studies: longitudinal-and-multi-site-studies.md
- Glossary: glossary.md
Expand Down Expand Up @@ -157,6 +158,7 @@ plugins:
"05-derivatives/01-introduction.md": "derivatives/introduction.md"
"05-derivatives/02-common-data-types.md": "derivatives/common-data-types.md"
"05-derivatives/03-imaging.md": "derivatives/imaging.md"
"05-derivatives/03-diffusion.md": "derivatives/diffusion-derivatives.md"
"06-longitudinal-and-multi-site-studies.md": "longitudinal-and-multi-site-studies.md"
"07-extensions.md": "extensions.md"
"99-appendices/14-glossary.md": "glossary.md"
Expand Down
31 changes: 31 additions & 0 deletions src/derivatives/diffusion-derivatives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Diffusion derivatives

## Diffusion-based tractography

Tractography based on diffusion-weighted MRI data is stored as streamlines in
the TRX file format:

```Text
<pipeline_name>/
sub-<label>/
[ses-<label>/]
<modality/
<source-entities>[space-<space>]_[tract-<tract name>]_[track-<tracking method>]_tractogram.trx
<source-entities>[space-<space>]_[tract-<tract name>]_[track-<tracking method>]_tractogram.json
```

Where "tract” is the anatomical/structural entity that is being imaged, and
“track” uses as its value one of the items in a controlled vocabulary.

For example:

```Text

AFQ/
sub–01/
dwi/
sub-01_space-MNI152NLin2009cAsym_tract-wholebrain_track-eudx_tractogram.trx
sub-01_space-MNI152NLin2009cAsym_tract-wholebrain_track-eudx_tractogram.json
sub-01_space-MNI152NLin2009cAsym_tract-ArcuateFasciculus_hemi-left_track-eudx_tractogram.trx
sub-01_space-MNI152NLin2009cAsym_tract-ArcuateFasciculus_hemi-left_track-eudx_tractogram.json
```