File tree 1 file changed +32
-0
lines changed
nipype/interfaces/mrtrix3/tests
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ def test_Generate5tt_inputs():
28
28
argstr = "-fslgrad %s %s" ,
29
29
xor = ["grad_file" ],
30
30
),
31
+ hippocampi = dict (
32
+ argstr = "-hippocampi %s" ,
33
+ usedefault = False ,
34
+ ),
31
35
in_bval = dict (
32
36
extensions = None ,
33
37
),
@@ -40,6 +44,17 @@ def test_Generate5tt_inputs():
40
44
mandatory = True ,
41
45
position = - 2 ,
42
46
),
47
+ lut_file = dict (
48
+ argstr = "-lut %s" ,
49
+ extensions = None ,
50
+ ),
51
+ mask_file = dict (
52
+ argstr = "-mask %s" ,
53
+ extensions = None ,
54
+ ),
55
+ nocrop = dict (
56
+ argstr = "-nocrop" ,
57
+ ),
43
58
nthreads = dict (
44
59
argstr = "-nthreads %d" ,
45
60
nohash = True ,
@@ -57,6 +72,23 @@ def test_Generate5tt_inputs():
57
72
mandatory = True ,
58
73
position = - 1 ,
59
74
),
75
+ premasked = dict (
76
+ argstr = "-premasked" ,
77
+ ),
78
+ sgm_amyg_hipp = dict (
79
+ argstr = "-sgm_amyg_hipp" ,
80
+ ),
81
+ t2_image = dict (
82
+ argstr = "-t2 %s" ,
83
+ extensions = None ,
84
+ ),
85
+ template = dict (
86
+ argstr = "-template %s" ,
87
+ extensions = None ,
88
+ ),
89
+ white_stem = dict (
90
+ argstr = "-white_stem" ,
91
+ ),
60
92
)
61
93
inputs = Generate5tt .input_spec ()
62
94
You can’t perform that action at this time.
0 commit comments