We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea4f1b commit a4526b1Copy full SHA for a4526b1
nipype/interfaces/mrtrix3/utils.py
@@ -503,7 +503,7 @@ class DWIExtractInputSpec(MRTrix3BaseInputSpec):
503
out_file = File(
504
argstr='%s', mandatory=True, position=-1, desc='output image')
505
bzero = traits.Bool(argstr='-bzero', desc='extract b=0 volumes')
506
- nobzero = traits.Bool(argstr='-nobzero', desc='extract non b=0 volumes')
+ nobzero = traits.Bool(argstr='-no_bzero', desc='extract non b=0 volumes')
507
singleshell = traits.Bool(
508
argstr='-singleshell', desc='extract volumes with a specific shell')
509
shell = traits.List(
0 commit comments