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 d256a59 commit cc72fbeCopy full SHA for cc72fbe
nipype/interfaces/ants/registration.py
@@ -1031,6 +1031,7 @@ def _format_winsorize_image_intensities(self):
1031
self._quantilesDone = True
1032
return '--winsorize-image-intensities [ %s, %s ]' % (self.inputs.winsorize_lower_quantile,
1033
self.inputs.winsorize_upper_quantile)
1034
+
1035
def _get_initial_transform_filenames(self):
1036
n_transforms = len(self.inputs.initial_moving_transform)
1037
@@ -1428,4 +1429,3 @@ def _list_outputs(self):
1428
1429
outputs['inverse_warp_field'] = os.path.abspath(
1430
self.inputs.output_prefix + '1InverseWarp.nii.gz')
1431
return outputs
-
0 commit comments