Skip to content

Commit 788e366

Browse files
committed
Merge pull request #1 from nicholsn/fix/ants-flag
FIX: Remove extraneous comments
2 parents 03c25c5 + cd328a5 commit 788e366

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/interfaces/ants/registration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,6 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
320320
low=0.0, high=1.0, value=1.0, argstr='%s', usedefault=True, desc="The Upper quantile to clip image ranges")
321321
winsorize_lower_quantile = traits.Range(
322322
low=0.0, high=1.0, value=0.0, argstr='%s', usedefault=True, desc="The Lower quantile to clip image ranges")
323-
# collapse_linear_transforms_to_fixed_image_header = traits.Bool(
324-
# argstr='%s', default=False, usedefault=True, desc='')
325323

326324

327325
class RegistrationOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)