diff --git a/_episodes/constrained_spherical_deconvolution.md b/_episodes/constrained_spherical_deconvolution.md index cf11a70e..96c0856f 100644 --- a/_episodes/constrained_spherical_deconvolution.md +++ b/_episodes/constrained_spherical_deconvolution.md @@ -41,7 +41,7 @@ In order to perform the deconvolution over the sphere, the spherical representation of the diffusion data has to be obtained. This is done using the so-called Spherical Harmonics (SH) which are a basis that allow to represent any function on the sphere (much like the Fourier analysis allows to represent -a function in terms of in terms of trigonometric functions). +a function in terms of trigonometric functions). In this episode we will be using the Constrained Spherical Deconvolution (CSD) method proposed by Tournier *et al*. in 2007. In essence, CSD imposes a @@ -209,7 +209,8 @@ and hence it must be computed on a case basis. After estimating a response function, the fODF is reconstructed through the deconvolution operation. In order to obtain the spherical representation of the diffusion signal, the order of the Spherical Harmonics expansion must be -specified. The series is infinite, but must be truncated to a maximum order in +specified. The order, $l$, corresponds to an angular frequency of the basis function. +While the series is infinite, it must be truncated to a maximum order in practice to be able to represent the diffusion signal. The maximum order will determine the number of SH coefficients used. The number of diffusion encoding gradient directions must be at least as large as the number of coefficients. diff --git a/code/constrained_spherical_deconvolution/constrained_spherical_deconvolution.ipynb b/code/constrained_spherical_deconvolution/constrained_spherical_deconvolution.ipynb index 386ed3e1..9fcf4919 100644 --- a/code/constrained_spherical_deconvolution/constrained_spherical_deconvolution.ipynb +++ b/code/constrained_spherical_deconvolution/constrained_spherical_deconvolution.ipynb @@ -21,8 +21,8 @@ "In order to perform the deconvolution over the sphere, the spherical\n", "representation of the diffusion data has to be obtained. This is done using the\n", "so-called Spherical Harmonics (SH) which are a basis that allow to represent any\n", - "function on the sphere (much like the Fourier analysis allows to represent a\n", - "function in terms of in terms of trigonometric functions).\n", + "function on the sphere (much like the Fourier analysis allows to represent\n", + "a function in terms of trigonometric functions).\n", "\n", "In this episode we will be using the Constrained Spherical Deconvolution (CSD)\n", "method proposed by Tournier *et al*. in 2007. In essence, CSD imposes a\n", @@ -248,7 +248,7 @@ "After estimating a response function, the fODF is reconstructed through the\n", "deconvolution operation. In order to obtain the spherical representation of the\n", "diffusion signal, the order of the Spherical Harmonics expansion must be\n", - "specified. The series is infinite, but must be truncated to a maximum order in\n", + "specified. The order, $l$, corresponds to an angular frequency of the basis function. While the series is infinite, it must be truncated to a maximum order in\n", "practice to be able to represent the diffusion signal. The maximum order will\n", "determine the number of SH coefficients used. The number of diffusion encoding\n", "gradient directions must be at least as large as the number of coefficients.\n", @@ -541,4 +541,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} +} \ No newline at end of file