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 ff4d855 commit fdfd519Copy full SHA for fdfd519
nipype/interfaces/ants/utils.py
@@ -224,7 +224,7 @@ class CreateJacobianDeterminantImage(ANTSCommand):
224
>>> from nipype.interfaces.ants import CreateJacobianDeterminantImage
225
>>> jacobian = CreateJacobianDeterminantImage()
226
>>> jacobian.inputs.imageDimension = 3
227
- >>> jacobian.inputs.warp_file = 'ants_Warp.nii.gz'
+ >>> jacobian.inputs.deformationField = 'ants_Warp.nii.gz'
228
>>> jacobian.inputs.outputImage = 'out_name.nii.gz'
229
>>> jacobian.cmdline # doctest: +IGNORE_UNICODE
230
'CreateJacobianDeterminantImage 3 ants_Warp.nii.gz out_name.nii.gz'
0 commit comments