-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf_driv.json
86 lines (86 loc) · 2.41 KB
/
conf_driv.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"general": {
"fslRootDir": "/usr/local/fsl",
"freesurferRootDir": "/Applications/freesurfer/7.4.1",
"templates": [
"aparc",
"lausanne120",
"schaefer100-yeo7"
],
"reconstructionMethods": [
"DTI",
"CSD",
"CSD_DTI"
],
"reconstructionSteps": [
"structural_preprocessing",
"parcellation",
"collect_region_properties",
"reconstruction_diffusion",
"reconstruction_fibers",
"reconstruction_fiber_properties",
"reconstruction_network"
],
"maxNumberCompThreads": 1,
"freesurferDir": "../../derivatives/freesurfer/ses-01/SUBJECT",
"outputDir": "../../derivatives/cato/ses-01/SUBJECT/DWI_processed"
},
"structural_preprocessing": {
"rawBvalsFile": "ses-01/dwi/SUBJECT_ses-01_dwi.bval",
"rawBvecsFile": "ses-01/dwi/SUBJECT_ses-01_dwi.bvec",
"dwiFile": "ses-01/dwi/SUBJECT_ses-01_dwi.nii.gz",
"dwiB0ReversedFile": "",
"dwiReversedFile": "",
"synb0File": "../../derivatives/synb0-DISCO/ses-01/SUBJECT/b0_all.nii.gz",
"preprocessingScript": "TOOLBOXDIR/structural_preprocessing/preprocess_topup_eddy_synb0.sh",
"eddyVersion": "eddy",
"indexFile": "../../derivatives/cato/ses-01/SUBJECT/DWI_processed/index.txt",
"acqpFile": "../../../../acq_driv.txt"
},
"parcellation": {
"forceFreesurferOverwrite": false
},
"reconstruction_diffusion": {
"exportNifti": {
"exportNifti": true,
"measures": [
"fractional anisotropy",
"axial diffusivity",
"radial diffusivity",
"mean diffusivity"
]
}
},
"reconstruction_fibers": {
"NumberOfSeedsPerVoxel": 8,
"minFA": 0.1,
"maxAngleDeg": 45,
"startRegions": [
2,
41,
251,
252,
253,
254,
255
],
"forbiddenRegions": [
1,
6,
7,
8,
40,
45,
46,
47
],
"stopRegions": [
16,
28,
60
]
},
"reconstruction_network": {
"minLengthMM": 0
}
}