@@ -2400,8 +2400,9 @@ class OutlierCountInputSpec(AFNICommandInputSpec):
2400
2400
desc = 'detrend each voxel timeseries with polynomials' )
2401
2401
legendre = traits .Bool (False , usedefault = True , argstr = '-legendre' ,
2402
2402
desc = 'use Legendre polynomials' )
2403
- out_file = File (name_template = '%s_outliers' , name_source = ['in_file' ], argstr = '> %s' ,
2404
- keep_extension = False , position = - 1 , desc = 'capture standard output' )
2403
+ out_file = File (
2404
+ name_template = '%s_outliers' , name_source = ['in_file' ], argstr = '> %s' ,
2405
+ usedefault = True , keep_extension = False , position = - 1 , desc = 'capture standard output' )
2405
2406
2406
2407
2407
2408
class OutlierCountOutputSpec (AFNICommandOutputSpec ):
@@ -2475,8 +2476,9 @@ class QualityIndexInputSpec(AFNICommandInputSpec):
2475
2476
interval = traits .Bool (False , usedefault = True , argstr = '-range' ,
2476
2477
desc = 'write out the median + 3.5 MAD of outlier'
2477
2478
' count with each timepoint' )
2478
- out_file = File (name_template = '%s_tqual' , name_source = ['in_file' ], argstr = '> %s' ,
2479
- keep_extension = False , position = - 1 , desc = 'capture standard output' )
2479
+ out_file = File (
2480
+ name_template = '%s_tqual' , name_source = ['in_file' ], argstr = '> %s' , usedefault = True ,
2481
+ keep_extension = False , position = - 1 , desc = 'capture standard output' )
2480
2482
2481
2483
2482
2484
class QualityIndexOutputSpec (AFNICommandOutputSpec ):
0 commit comments