Skip to content

Commit 477ce33

Browse files
authored
Merge pull request #1931 from ashgillman/ants-verbose
ENH: Add a verbose tag for newer ANTs versions
2 parents 60142ae + c29626e commit 477ce33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
378378
winsorize_lower_quantile = traits.Range(
379379
low=0.0, high=1.0, value=0.0, argstr='%s', usedefault=True, desc="The Lower quantile to clip image ranges")
380380

381+
verbose = traits.Bool(argstr='-v', default=False)
382+
381383

382384
class RegistrationOutputSpec(TraitedSpec):
383385
forward_transforms = traits.List(

0 commit comments

Comments
 (0)