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():
21
21
mandatory = True ,
22
22
position = - 2 ,
23
23
),
24
- nobzero = dict (argstr = '-nobzero ' , ),
24
+ nobzero = dict (argstr = '-no_bzero ' , ),
25
25
nthreads = dict (
26
26
argstr = '-nthreads %d' ,
27
27
nohash = True ,
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ class DWIExtractInputSpec(MRTrix3BaseInputSpec):
503
503
out_file = File (
504
504
argstr = '%s' , mandatory = True , position = - 1 , desc = 'output image' )
505
505
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' )
507
507
singleshell = traits .Bool (
508
508
argstr = '-singleshell' , desc = 'extract volumes with a specific shell' )
509
509
shell = traits .List (
You can’t perform that action at this time.
0 commit comments