-
Notifications
You must be signed in to change notification settings - Fork 10
/
sepia_universal_variables.m
executable file
·58 lines (46 loc) · 1.47 KB
/
sepia_universal_variables.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
%% sepia_universal_variables
%
% Description: a script contains all the method names and related function
% names
%
% Kwok-shing Chan @ DCCN
% Date created: 6 March 2020
% Date modified: 6 May 2021 (v0.8.1.1)
% Date modified: 7 June 2021 (v1.0)
% Date modified: 4 August 2021 (v1.0.1)
%
% DO NOT change the variable name
% DO NOT change the order of the entities, add a new one at the end instead
%
%% Version
SEPIA_version = 'v1.2.2.6';
%% PATH
SEPIA_HOME = fileparts(mfilename('fullpath'));
%% General parameterss
gyro = 42.57747892; % Larmor frequency of 1H, in MHz/T
%% Total field recovery related parameters
% Echo combination method available in SEPIA
sepia_configuration_EchoCombine;
% Methods to exclude unreliable voxels
methodExcludedName = {'Weighting map',...
'Brain mask'};
sepia_configuration_unwrap
%% background field removal related parameters
sepia_configuration_BFR
% Method to remove residual B1 field
methodRefineName = {'3D Polynomial',...
'Spherical harmonic',...
'None'};
%% QSM related parameters
sepia_configuration_QSM
% Referencing region available in SEPIA
tissueName = {'None',...
'Brain mask',...
'CSF'};
%% SWI/SMWI related parameters
sepia_configuration_SWISMWI
%% R2* related parameters
sepia_configuration_R2s
%% add-ons capability
sepia_load_addons