File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1531,7 +1531,7 @@ class WarpUtils(FSLCommand):
1531
1531
>>> warputils.inputs.out_format = 'spline'
1532
1532
>>> warputils.inputs.warp_resolution = (10,10,10)
1533
1533
>>> warputils.cmdline # doctest: +ELLIPSIS
1534
- 'fnirtfileutils --in=warpfield.nii --outformat=spline --ref=T1.nii --warpres=10.0000,10.0000,10.0000 --out=.../ warpfield_coeffs.nii.gz'
1534
+ 'fnirtfileutils --in=warpfield.nii --outformat=spline --ref=T1.nii --warpres=10.0000,10.0000,10.0000 --out=warpfield_coeffs.nii.gz'
1535
1535
>>> res = invwarp.run() # doctest: +SKIP
1536
1536
"""
1537
1537
@@ -1652,7 +1652,7 @@ class ConvertWarp(FSLCommand):
1652
1652
>>> warputils.inputs.reference = "T1.nii"
1653
1653
>>> warputils.inputs.relwarp = True
1654
1654
>>> warputils.cmdline # doctest: +ELLIPSIS
1655
- 'convertwarp --ref=T1.nii --rel --warp1=warpfield.nii --out=.../ T1_concatwarps.nii.gz'
1655
+ 'convertwarp --ref=T1.nii --rel --warp1=warpfield.nii --out=T1_concatwarps.nii.gz'
1656
1656
>>> res = invwarp.run() # doctest: +SKIP
1657
1657
"""
1658
1658
You can’t perform that action at this time.
0 commit comments