diff --git a/src/derivatives/05-diffusion-derivatives.md b/src/derivatives/05-diffusion-derivatives.md new file mode 100644 index 00000000..3cdcf8f9 --- /dev/null +++ b/src/derivatives/05-diffusion-derivatives.md @@ -0,0 +1,946 @@ +# Diffusion derivatives + +## Preprocessed diffusion-weighted images + +- As with [raw diffusion imaging data](../04-modality-specific-files/01-magnetic-resonance-imaging-data.md#required-gradient-orientation-information), + inclusion of gradient orientation information is REQUIRED. While + [the inheritance principle](../02-common-principles.md#the-inheritance-principle) + applies, it is common for DWI preprocessing to include rotation of + gradient orientations according to subject motion, so series-specific + gradient information is typically expected. + +- As per [file naming conventions for BIDS Derivatives](01-introduction.md#file-naming-conventions), + preprocessed DWI data must not possess the same name as that of the raw + DWI data. It is RECOMMENDED to disambiguate through use of the key-value + "`_desc-preproc`". + +- As per [common data types](02-common-data-types.md) for derivative data, a + JSON sidecar file is REQUIRED due to the REQUIRED `SkullStripped` field. + +```Text +/ + sub-/ + dwi/ + [_space-]_desc-preproc_dwi.nii[.gz] + [_space-]_desc-preproc_dwi.bvals + [_space-]_desc-preproc_dwi.bvecs + [_space-]_desc-preproc_dwi.json +``` + +## Diffusion models + +Diffusion MRI can be modeled using various paradigms +to extract more informative representations of the diffusion process +and the underlying biological structure. +There are two key attributes of diffusion models +that warrant explicit mention due to their consequence in how they are represented: + +- The encoding of *anisotropic* information; + that is, quantities for which the value depends on the orientation in which it is sampled. + Much of the detail in diffusion derivatives is therefore dedicated + to the definition of how such data are serialized into corresponding NIfTI images, + and how corresponding metadata is used to facilitate correct interpretation of those data. + +- A diffusion model may represent the contents of each image voxel as the sum of *multiple compartments*; + further, each of these different compartments may have different intrinsic properties, + such as units or anisotropy (as above). + An individual model fit may therefore yield data for its different parameters + distributed across multiple NIfTI images, + and each image may require unique metadata fields to facilitate interpretation. + +### Basic filesystem structure + +```Text +/ + sub-/ + dwi/ + [_space-]_model-