@@ -35,10 +35,10 @@ please refer to the :ref:`response_function_estimation` page for details.
3535
3636
3737
38- Invocation
39- ^^^^^^^^^^
38+ Three-tissue deconvolution
39+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
4040
41- Multi-shell multi-tissue CSD can be performed as:
41+ Multi-shell multi-tissue CSD using the common three macroscopic tissue components can be performed as:
4242
4343.. code-block :: console
4444
5252
5353- ``<tissue>.mif `` is the tissue-specific ODF (output), typically full FODs for WM and a single scalars for GM and CSF
5454
55- Note that input response functions and their corresponding output ODFs need to be specified in pairs.
55+ Note that input response functions and their corresponding output ODFs need to be specified at the command line in pairs.
5656
5757Typically, you will also want to use the ``-mask `` option to avoid unnecessary computations in non-brain voxels:
5858
@@ -73,4 +73,24 @@ The resulting WM FODs can be displayed together with the tissue signal contribut
7373 mrview vf.mif -odf.load_sh wm.mif
7474
7575
76+ .. _msmt_with_single_shell_data :
7677
78+ Single-shell data
79+ ^^^^^^^^^^^^^^^^^
80+
81+ The MSMT algorithm is typically understood as a solution for decomposing the DWI signal into three
82+ macroscopic tissue compartments based on multi-shell DWI data. It is generally well understood that this
83+ algorithm cannot intrinsically estimate these three components based on conventional "single-shell" DWI data
84+ (i.e. at least one *b*=0 volume and one *b *>0 shell). The MSMT algorithm can nevertheless still be utilised
85+ with such data as an alternative to the original :ref: `constrained_spherical_deconvolution ` algorithm;
86+ potential benefits include:
87+
88+ - Application of a *hard * non-negativity constraint, such that negative amplitudes are almost entirely
89+ absent from the output ODF(s), whereas the original CSD implementation constrains negative amplitudes
90+ to be present but small.
91+
92+ - Possibility to estimate from the data *two * tissue ODFs rather than one, taking advantage of the
93+ additional contrast present in the *b*=0 image data (which are not utilised at all in the original
94+ CSD implementation). It is typically recommended in this instance to utilise WM-like and CSF-like
95+ response functions, in order to estimate a WM-like ODF to which contamination from free-water-like
96+ contributions to the DWI signal is reduced.
0 commit comments