6
6
def test_Eddy_inputs ():
7
7
input_map = dict (args = dict (argstr = '%s' ,
8
8
),
9
+ dont_peas = dict (argstr = '--dont_peas' ,
10
+ ),
11
+ dont_sep_offs_move = dict (argstr = '--dont_sep_offs_move' ,
12
+ ),
9
13
environ = dict (nohash = True ,
10
14
usedefault = True ,
11
15
),
16
+ fep = dict (argstr = '--fep' ,
17
+ ),
12
18
field = dict (argstr = '--field=%s' ,
13
19
),
14
20
field_mat = dict (argstr = '--field_mat=%s' ,
15
21
),
16
22
flm = dict (argstr = '--flm=%s' ,
17
23
),
24
+ fudge_factor = dict (argstr = '--ff=%s' ,
25
+ ),
18
26
fwhm = dict (argstr = '--fwhm=%s' ,
19
27
),
20
28
ignore_exception = dict (nohash = True ,
@@ -43,6 +51,8 @@ def test_Eddy_inputs():
43
51
),
44
52
in_topup_movpar = dict (requires = ['in_topup_fieldcoef' ],
45
53
),
54
+ interp = dict (argstr = '--interp=%s' ,
55
+ ),
46
56
is_shelled = dict (argstr = '--data_is_shelled' ,
47
57
),
48
58
method = dict (argstr = '--resamp=%s' ,
@@ -52,6 +62,8 @@ def test_Eddy_inputs():
52
62
num_threads = dict (nohash = True ,
53
63
usedefault = True ,
54
64
),
65
+ nvoxhp = dict (argstr = '--nvoxhp=%s' ,
66
+ ),
55
67
out_base = dict (argstr = '--out=%s' ,
56
68
usedefault = True ,
57
69
),
@@ -60,6 +72,8 @@ def test_Eddy_inputs():
60
72
),
61
73
session = dict (argstr = '--session=%s' ,
62
74
),
75
+ slm = dict (argstr = '--slm=%s' ,
76
+ ),
63
77
terminal_output = dict (nohash = True ,
64
78
),
65
79
use_cuda = dict (),
@@ -74,6 +88,9 @@ def test_Eddy_inputs():
74
88
def test_Eddy_outputs ():
75
89
output_map = dict (out_corrected = dict (),
76
90
out_movement_rms = dict (),
91
+ out_outlier_map = dict (),
92
+ out_outlier_n_sd_map = dict (),
93
+ out_outlier_n_sqr_sd_map = dict (),
77
94
out_outlier_report = dict (),
78
95
out_parameter = dict (),
79
96
out_restricted_movement_rms = dict (),
0 commit comments