forked from vistalab/RTP-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 3
/
example_config.json
30 lines (30 loc) · 896 Bytes
/
example_config.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
{
"config": {
"fiberWeighting": 1,
"numberOfNodes": 100,
"outname": "afq_output",
"phaseEncodeDir": 2,
"ET_angleValues": " 45, 45, 45, 25, 25, 25, 10, 10",
"ET_maxlength": "100,150,200,100,150,200,150,200",
"ET_minlength": 20,
"ET_numberFibers": 2000000,
"ET_track_stepSizeMm": 999,
"track_faMaskThresh": 0.2,
"track_faFodThresh": 0.05,
"get_vofparc": true,
"sift_runSift": true,
"sift_nFibers": 500000,
"life_runLife": false,
"life_discretization": 360,
"life_num_iterations": 10,
"life_saveOutput": false,
"life_test": false,
"life_writePDB": false,
"mrtrix_mrTrixAlgo": "iFOD2",
"mrtrix_autolmax": true,
"mrtrix_lmax": 6,
"mrtrix_useACT": false,
"save_output":true,
"segmentSLF":false
}
}