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 31581aa commit 543cb16Copy full SHA for 543cb16
nipype/interfaces/ants/registration.py
@@ -703,8 +703,7 @@ def _list_outputs(self):
703
outputs['composite_transform'] = os.path.abspath(fileName)
704
fileName = self.inputs.output_transform_prefix + \
705
'InverseComposite.h5'
706
- outputs['inverse_composite_transform'] =
707
- os.path.abspath(fileName)
+ outputs['inverse_composite_transform'] = os.path.abspath(fileName)
708
else: # If composite transforms are written, then individuals are not written (as of 2014-10-26
709
if not self.inputs.collapse_output_transforms:
710
transformCount = 0
0 commit comments