From 9333f68272338979e5b99c086e8c0211c9502942 Mon Sep 17 00:00:00 2001 From: Christian Gaser Date: Sat, 14 Jan 2023 21:46:23 +0100 Subject: [PATCH] Changed: Updated CAT12 online manual (Orthogonalization). Fixed: Corected err ro in cat_stat_check_SPM.m where the check for orthogonality was not correct recognized. Changed paths: M CHANGES.txt M cat_stat_check_SPM.m M doc/index.html --- CHANGES.txt | 11 +++++++++++ cat_stat_check_SPM.m | 11 +++++------ doc/index.html | 24 +++++++++++++----------- 3 files changed, 29 insertions(+), 17 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index be6f5163..f20f4b99 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,15 @@ ------------------------------------------------------------------------ +r2164 | gaser | 2023-01-14 21:46:06 + +Changed paths: + M CHANGES.txt + M cat_stat_check_SPM.m + M doc/index.html + +Changed: Updated CAT12 online manual (Orthogonalization). +Fixed: Corected err ro in cat_stat_check_SPM.m where the check for + orthogonality was not correct recognized. +------------------------------------------------------------------------ r2163 | gaser | 2023-01-12 17:59:59 Changed paths: diff --git a/cat_stat_check_SPM.m b/cat_stat_check_SPM.m index 2cf853bf..216d23e1 100644 --- a/cat_stat_check_SPM.m +++ b/cat_stat_check_SPM.m @@ -35,17 +35,16 @@ if exist(spmmat,'file'), load(spmmat); else error('File %s not found.',spmmat); end - if isfield(job,'check_SPM_ortho') - check_ortho = job.check_SPM_ortho; - else - check_ortho = false; - end - if ~isfield(job,'check_SPM_zscore') job.check_SPM_zscore = job.check_SPM.check_SPM_zscore; job.check_SPM_ortho = job.check_SPM.check_SPM_ortho; end + if isfield(job,'check_SPM_ortho') + check_ortho = job.check_SPM_ortho; + else + check_ortho = false; + end check_zscore = isfield(job.check_SPM_zscore,'do_check_zscore'); if check_zscore diff --git a/doc/index.html b/doc/index.html index d81eb414..b7b34042 100644 --- a/doc/index.html +++ b/doc/index.html @@ -72,7 +72,7 @@

VBM data

Select the gray or white matter segmentations from the first step.
  • Smooth data (recommended start value 6mm1).
    Select the gray or white matter segmentations from the first step.
  • -
  • Specify the 2nd-level Model with the smoothed gray or white matter segmentations and check for design orthogonality and sample homogeneity: +
  • Specify the Basic Models with the smoothed gray or white matter segmentations and check for design orthogonality and sample homogeneity: