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 01747aa commit 3f47b2eCopy full SHA for 3f47b2e
nipype/interfaces/afni/preprocess.py
@@ -2369,7 +2369,7 @@ class QwarpPlusMinusInputSpec(CommandLineInputSpec):
2369
'values, the first fraction is used for '
2370
'progressively blurring the base image and the '
2371
'second for the source image.',
2372
- argstr='-pblur %g',
+ argstr='-pblur %s',
2373
minlen=1,
2374
maxlen=2)
2375
blur = traits.List(traits.Float(),
@@ -2383,7 +2383,7 @@ class QwarpPlusMinusInputSpec(CommandLineInputSpec):
2383
"filtering, rather than Gaussian blurring. This "
2384
"type of filtering will better preserve edges, "
2385
"which can be important in alignment.",
2386
- argstr='-blur %g',
+ argstr='-blur %s',
2387
2388
2389
noweight = traits.Bool(
0 commit comments