-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contents.m
34 lines (34 loc) · 1.35 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% TFCE Toolbox
% Version 269 (version 1.0) 2023-05-11
% __________________________________________________________________________
% Copyright (C) 2020 Christian Gaser [email protected]
%
% $Id$
% ==========================================================================
% Description
% ==========================================================================
% This toolbox is a an extension to SPM12 (Wellcome Department of Cognitive
% Neurology) to provide non-parametric statistics based on threshold-free
% cluster enhancement (TFCE). It is developed by Christian Gaser (University of
% Jena, Department of Psychiatry) and is available to the scientific
% community under the terms of the GNU General Public License.
%
% General files
% spm_TFCE.m - GUI
% TFCE.man - notes on TFCE toolbox
% CHANGES.txt - changes in revisions
%
% TFCE functions
% tfce_estimate.m - TFCE core function
% tfce_results_ui.m - call results
% tfce_getSPM.m - get TFCE results
% tfce_list.m - list result table
% tfce_update.m - get TFCE update
% tfce_progress.m - display progress and remaining time
% tbx_cfg_tfce.m - toolbox function
% snpm_P_FDR.m - FDR correction from SnPMs
%
%
% Mex- and c-functions
% tfceMex_pthread.c - TFCE-transformation
%