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 23300e9 commit bdd554eCopy full SHA for bdd554e
nipype/interfaces/petpvc.py
@@ -56,7 +56,7 @@ class PETPVCInputSpec(CommandLineInputSpec):
56
argstr="-a %.4f")
57
stop_crit = traits.Float(
58
desc="Stopping criterion", default_value=0.01, usedefault=True,
59
- argstr="-a %.4f")
+ argstr="-s %.4f")
60
61
62
class PETPVCOutputSpec(TraitedSpec):
0 commit comments