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 50be1a4 commit 0114009Copy full SHA for 0114009
nipype/interfaces/ants/resampling.py
@@ -358,6 +358,7 @@ class ApplyTransformsInputSpec(ANTSCommandInputSpec):
358
traits.Tuple(
359
traits.Float(), traits.Float() # Gaussian/MultiLabel (sigma, alpha)
360
),
361
+ traits.Tuple(traits.Str()), # GenericLabel
362
)
363
transforms = InputMultiObject(
364
traits.Either(File(exists=True), "identity"),
0 commit comments