Skip to content

Commit 50be1a4

Browse files
committed
Add GenericLabel to ANTS ApplyTransforms.
1 parent b066807 commit 50be1a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/ants/resampling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ class ApplyTransformsInputSpec(ANTSCommandInputSpec):
349349
"MultiLabel",
350350
"Gaussian",
351351
"BSpline",
352+
"GenericLabel",
352353
argstr="%s",
353354
usedefault=True,
354355
)
@@ -497,6 +498,7 @@ def _format_arg(self, opt, spec, val):
497498
"BSpline",
498499
"MultiLabel",
499500
"Gaussian",
501+
"GenericLabel",
500502
] and isdefined(self.inputs.interpolation_parameters):
501503
return "--interpolation {}[ {} ]".format(
502504
self.inputs.interpolation,

0 commit comments

Comments
 (0)