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 dc1284f commit 5cd113dCopy full SHA for 5cd113d
nipype/interfaces/ants/resampling.py
@@ -277,7 +277,7 @@ class ApplyTransforms(ANTSCommand):
277
>>> at.inputs.transforms = 'identity'
278
>>> at.cmdline # doctest: +ALLOW_UNICODE
279
'antsApplyTransforms --default-value 0 --input moving1.nii \
280
---interpolation Linear --output moving_trans.nii \
+--interpolation Linear --output moving1_trans.nii \
281
--reference-image fixed1.nii -t identity'
282
283
>>> at = ApplyTransforms()
0 commit comments