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 366f034 commit ace79a2Copy full SHA for ace79a2
nipype/interfaces/ants/registration.py
@@ -394,7 +394,7 @@ def _formatRegistration(self):
394
retval.append('--convergence %s' % self._formatConvergence(ii))
395
retval.append('--smoothing-sigmas %s%s' % (self._antsJoinList(
396
self.inputs.smoothing_sigmas[ii]),
397
- self.inputs.sigma_units))
+ self.inputs.sigma_units[ii]))
398
retval.append('--shrink-factors %s' %
399
self._antsJoinList(self.inputs.shrink_factors[ii]))
400
if isdefined(self.inputs.use_estimate_learning_rate_once):
0 commit comments