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 b303733 commit 326880dCopy full SHA for 326880d
nipype/interfaces/semtools/legacy/registration.py
@@ -20,7 +20,9 @@
20
21
22
class scalartransformInputSpec(CommandLineInputSpec):
23
- input_image = File(desc="Image to transform", exists=True, argstr="--input_image %s")
+ input_image = File(
24
+ desc="Image to transform", exists=True, argstr="--input_image %s"
25
+ )
26
output_image = traits.Either(
27
traits.Bool,
28
File(),
0 commit comments