diff --git a/CHANGES.txt b/CHANGES.txt index d2d65458..d0467055 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,13 @@ ------------------------------------------------------------------------ +r2578 | gaser | 2024-05-07 16:03:00 + +Changed paths: + M CHANGES.txt + M cat_plot_scatter.m + M doc/index.html + +Changed: Updated CAT12 manual. +------------------------------------------------------------------------ r2577 | gaser | 2024-05-03 21:49:53 Changed paths: diff --git a/cat_plot_scatter.m b/cat_plot_scatter.m index 1cdea712..6dd877df 100644 --- a/cat_plot_scatter.m +++ b/cat_plot_scatter.m @@ -299,6 +299,7 @@ end fprintf('Coefficients = %g\n',p) if i == 1, hold on; end + if ci, fprintf('Average Confidence Interval = +/-%g\n',mean(DELTA)); end end end diff --git a/doc/index.html b/doc/index.html index e83689f4..a9ba6d4f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3169,14 +3169,13 @@
Detecting White Matter Hyperintensities (WMHs) is crucial to avoid registration errors, such as attempting to move WMHs to typical GM locations, and surface reconstruction problems, such as misinterpreting WMHs as fuzzy cortical sulci Dahnke et al. 2019). - CAT first applies an optimised low-resolution shooting registration technique (Ashburner and Friston, 2011) on the initial SPM segments to map the tissue probability map (TPM) and the CAT atlas to the individual space. Fine local correction of tissues and regions is then performed using region-growing and bottle-neck algorithms (Mangin et al., 1996.; Dahnke et al. 2012). In the individual atlas map, isolated grey matter (GM) islands within the white matter (WM) and voxels surrounding the lateral ventricles with high WM probability but GM-like intensity are referred to as WM hyperintensities (WMHs). - The final segmentation of the prepared T1 image with uncorrected WMHs uses an AMAP approach (Rajapakse et al., 1997) with a partial volume estimation (PVE) model (Tohka et al., 2004). Voxels with GM intensity but a WMH label are either temporarily aligned to the WM or treated as a separate tissue class, depending on the WMHC processing parameters.
+The accurate detection of White Matter Hyperintensities (WMHs) is crucial to prevent registration errors, such as the inappropriate mapping of WMHs to typical gray matter locations. Additionally, WMHs in close proximity to the cortex can lead to surface reconstruction issues by being misinterpreted as gray matter.
+ To address this issue, CAT12 initially employs a low-resolution shooting registration technique (Ashburner and Friston, 2011) on the preliminary SPM segments to align the tissue probability map and the CAT12 atlas with the individual image space. Subsequently, local tissue and region corrections are conducted using region-growing and bottleneck algorithms (Mangin et al., 1996; Dahnke et al. 2012).
+ Within the individual segmentation map, isolated GM islands within the white matter (WM) and voxels adjacent to the lateral ventricles that have high WM probability but GM-like intensity are classified as WMHs. These areas with GM-like intensity but a WMH label are either temporarily aligned with WM or treated as a separate tissue class, depending on the WMH correction (WMHC) processing parameters.
To avoid improper volumetric deformations in stroke lesions, CAT allows to suppress strong (high-frequent) deformation in the Dartel/Shooting registration schemes. - The lesions have to be set to zero (e.g., by using the Manual image (lesion) masking batch) and the SLC flag has to be activate in the expert mode of CAT. - The functions are still in development and a customized surface registration has not yet been implemented.
+ Stroke Lesion Correction (SLC) +To mitigate improper deformations during spatial registration in brains with stroke lesions, the CAT12 toolbox offers a Stroke Lesion Correction (SLC) method. This feature suppresses strong (high-frequency) deformations during the Shooting registration step, which can occur due to the presence of lesions. To utilize this method, the lesions must be set to zero. This can be achieved by employing the Manual image (lesion) masking, where a lesion mask can be created. Subsequently, the SLC flag should be enabled in the expert mode of CAT12. This ensures that the regions containing lesions are excluded from the spatial registration, preventing large deformations that might otherwise arise when aligning the lesioned brain with a template brain.
+ By implementing this correction, CAT12 facilitates more accurate spatial alignment, particularly for clinical data involving stroke patients. This approach is essential for neuroimaging studies where precise brain structure alignment is crucial for subsequent analysis.