File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1163,7 +1163,7 @@ class FUGUEInputSpec(FSLCommandInputSpec):
1163
1163
forward_warping = traits .Bool (
1164
1164
False , usedefault = True ,
1165
1165
desc = 'apply forward warping instead of unwarping' )
1166
- warped_file = File (argstr = '--warp=%s' , genfile = True ,
1166
+ warped_file = File (argstr = '--warp=%s' ,
1167
1167
desc = 'apply forward warping and save as filename' ,
1168
1168
hash_files = False )
1169
1169
phasemap_file = File (exists = True , argstr = '--phasemap=%s' ,
@@ -1181,7 +1181,7 @@ class FUGUEInputSpec(FSLCommandInputSpec):
1181
1181
1182
1182
save_shift = traits .Bool (desc = 'output pixel shift volume' )
1183
1183
1184
- shift_out_file = traits .File (argstr = '--saveshift=%s' , genfile = True ,
1184
+ shift_out_file = traits .File (argstr = '--saveshift=%s' ,
1185
1185
desc = 'filename for saving pixel shift volume' , hash_files = False )
1186
1186
1187
1187
shift_in_file = File (exists = True , argstr = '--loadshift=%s' ,
You can’t perform that action at this time.
0 commit comments