File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
nipype/workflows/smri/freesurfer Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ def checkarg(arg, default):
159159 return arg
160160 else :
161161 return default
162+ defaultconfig = getdefaultconfig ()
162163 # set the default template and classifier files
163164 reg_template = checkarg (reg_template , defaultconfig ['registration_template' ])
164165 reg_template_withskull = checkarg (reg_template_withskull ,
@@ -193,11 +194,11 @@ def checkarg(arg, default):
193194 'rh_classifier2' ,
194195 'lh_classifier3' ,
195196 'rh_classifier3' ,
196- 'lookup_table' ,
197- 'wm_lookup_table' ,
198197 'src_subject_id' ,
199198 'src_subject_dir' ,
200199 'color_table' ,
200+ 'lookup_table' ,
201+ 'wm_lookup_table' ,
201202 'awk_file' ]
202203
203204 config_node = pe .Node (niu .Function (params ,
You can’t perform that action at this time.
0 commit comments