Skip to content

Commit a4526b1

Browse files
author
Ami Tsuchida
committed
change argstr: nobzero -> no_bzero in DWIExtract of Mrtrix3interface
1 parent 7ea4f1b commit a4526b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)