File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
nipype/interfaces/freesurfer/tests Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ def test_GTMPVC_inputs():
22
22
color_table_file = dict (
23
23
argstr = "--ctab %s" ,
24
24
extensions = None ,
25
- xor = ("color_table_file" , "default_color_table" , "gca_color_table" ),
25
+ xor = ("color_table_file" , "default_color_table" ),
26
26
),
27
27
contrast = dict (
28
28
argstr = "--C %s..." ,
29
29
),
30
30
default_color_table = dict (
31
31
argstr = "--ctab-default" ,
32
- xor = ("color_table_file" , "default_color_table" , "gca_color_table" ),
32
+ xor = ("color_table_file" , "default_color_table" ),
33
33
),
34
34
default_seg_merge = dict (
35
35
argstr = "--default-seg-merge" ,
@@ -67,7 +67,7 @@ def test_GTMPVC_inputs():
67
67
argstr = "--merge-hypos" ,
68
68
),
69
69
mg = dict (
70
- argstr = "--id %s..." ,
70
+ argstr = "--mg %f %s..." ,
71
71
),
72
72
mg_ref_cerebral_wm = dict (
73
73
argstr = "--mg-ref-cerebral-wm" ,
@@ -93,8 +93,8 @@ def test_GTMPVC_inputs():
93
93
num_threads = dict (
94
94
argstr = "--threads %i" ,
95
95
),
96
- opt = dict (
97
- argstr = "--opt %i " ,
96
+ optimization_schema = dict (
97
+ argstr = "--opt %s " ,
98
98
),
99
99
opt_brain = dict (
100
100
argstr = "--opt-brain" ,
@@ -179,10 +179,10 @@ def test_GTMPVC_inputs():
179
179
extensions = None ,
180
180
mandatory = True ,
181
181
),
182
- segpvfres = dict (
182
+ tissue_fraction_resolution = dict (
183
183
argstr = "--segpvfres %f" ,
184
184
),
185
- ss = dict (
185
+ steady_state_params = dict (
186
186
argstr = "--ss %f %f %f" ,
187
187
),
188
188
subjects_dir = dict (),
You can’t perform that action at this time.
0 commit comments