File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
nipype/interfaces/mrtrix3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def test_DWIExtract_inputs():
2121 mandatory = True ,
2222 position = - 2 ,
2323 ),
24- nobzero = dict (argstr = '-nobzero ' , ),
24+ nobzero = dict (argstr = '-no_bzero ' , ),
2525 nthreads = dict (
2626 argstr = '-nthreads %d' ,
2727 nohash = True ,
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ class DWIExtractInputSpec(MRTrix3BaseInputSpec):
503503 out_file = File (
504504 argstr = '%s' , mandatory = True , position = - 1 , desc = 'output image' )
505505 bzero = traits .Bool (argstr = '-bzero' , desc = 'extract b=0 volumes' )
506- nobzero = traits .Bool (argstr = '-nobzero ' , desc = 'extract non b=0 volumes' )
506+ nobzero = traits .Bool (argstr = '-no_bzero ' , desc = 'extract non b=0 volumes' )
507507 singleshell = traits .Bool (
508508 argstr = '-singleshell' , desc = 'extract volumes with a specific shell' )
509509 shell = traits .List (
You can’t perform that action at this time.
0 commit comments