File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3490,7 +3490,7 @@ class Qwarp(AFNICommand):
3490
3490
>>> qwarp3.inputs.base_file = 'mni.nii'
3491
3491
>>> qwarp3.inputs.allineate = True
3492
3492
>>> qwarp3.inputs.allineate_opts = '-cose lpa -verb'
3493
- >>> qwarp3.cmdline # doctest: +ALLOW_UNICODE
3493
+ >>> qwarp3.cmdline
3494
3494
"3dQwarp -allineate -allineate_opts '-cose lpa -verb' -base mni.nii -source structural.nii -prefix structural_QW"
3495
3495
>>> res3 = qwarp3.run() # doctest: +SKIP """
3496
3496
_cmd = '3dQwarp'
Original file line number Diff line number Diff line change @@ -1674,7 +1674,7 @@ class NwarpCat(AFNICommand):
1674
1674
>>> nwarpcat = afni.NwarpCat()
1675
1675
>>> nwarpcat.inputs.in_files = ['Q25_warp+tlrc.HEAD', ('IDENT', 'structural.nii')]
1676
1676
>>> nwarpcat.inputs.out_file = 'Fred_total_WARP'
1677
- >>> nwarpcat.cmdline # doctest: +ALLOW_UNICODE
1677
+ >>> nwarpcat.cmdline
1678
1678
"3dNwarpCat -prefix Fred_total_WARP Q25_warp+tlrc.HEAD 'IDENT(structural.nii)'"
1679
1679
>>> res = nwarpcat.run() # doctest: +SKIP
1680
1680
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class WarpTimeSeriesImageMultiTransform(ANTSCommand):
75
75
>>> wtsimt.inputs.reference_image = 'ants_deformed.nii.gz'
76
76
>>> wtsimt.inputs.transformation_series = ['ants_Warp.nii.gz','ants_Affine.txt']
77
77
>>> wtsimt.inputs.invert_affine = [1] # # this will invert the 1st Affine file: ants_Affine.txt
78
- >>> wtsimt.cmdline # doctest: +ALLOW_UNICODE
78
+ >>> wtsimt.cmdline
79
79
'WarpTimeSeriesImageMultiTransform 4 resting.nii resting_wtsimt.nii -R ants_deformed.nii.gz ants_Warp.nii.gz \
80
80
-i ants_Affine.txt'
81
81
"""
You can’t perform that action at this time.
0 commit comments