-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patht2map.ini
More file actions
39 lines (31 loc) · 935 Bytes
/
t2map.ini
File metadata and controls
39 lines (31 loc) · 935 Bytes
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
[t2map]
# for each experiment, include a section with the same name as listed here
experiments_to_run = experiment1, experiment2
[experiment1]
input_dir = norm/
image_list_csv = config/image_list.csv
# which images from csv list to use for mapping, 0-based index
images_to_use = 0, 2
output_dir = t2maps/
output_basename = MOJO_0054_3_SE_TR2100.0_1010
# --- optional
# default is _reg_norm
# input_filename_ending = _reg_norm
# 0 LIN, 1 NONLIN (default), 2 NON_LIN_WITH_CONSTANT
# method = 1
# default 0.0
# threshold = 30.5
[experiment2]
input_dir = norm/
image_list_csv = config/image_list.csv
# which images from csv list to use for mapping, 0-based index
images_to_use = 0, 1, 2, 3
output_dir = t2maps/
output_basename = MOJO_0054_3_SE_TR2100.0_1111
# --- optional
# default is _reg_norm
# input_filename_ending = _reg_norm
# 0 LIN, 1 NONLIN (default), 2 NON_LIN_WITH_CONSTANT
# method = 1
# default 0.0
# threshold = 30.5