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):
34903490 >>> qwarp3.inputs.base_file = 'mni.nii'
34913491 >>> qwarp3.inputs.allineate = True
34923492 >>> qwarp3.inputs.allineate_opts = '-cose lpa -verb'
3493- >>> qwarp3.cmdline # doctest: +ALLOW_UNICODE
3493+ >>> qwarp3.cmdline
34943494 "3dQwarp -allineate -allineate_opts '-cose lpa -verb' -base mni.nii -source structural.nii -prefix structural_QW"
34953495 >>> res3 = qwarp3.run() # doctest: +SKIP """
34963496 _cmd = '3dQwarp'
Original file line number Diff line number Diff line change @@ -1674,7 +1674,7 @@ class NwarpCat(AFNICommand):
16741674 >>> nwarpcat = afni.NwarpCat()
16751675 >>> nwarpcat.inputs.in_files = ['Q25_warp+tlrc.HEAD', ('IDENT', 'structural.nii')]
16761676 >>> nwarpcat.inputs.out_file = 'Fred_total_WARP'
1677- >>> nwarpcat.cmdline # doctest: +ALLOW_UNICODE
1677+ >>> nwarpcat.cmdline
16781678 "3dNwarpCat -prefix Fred_total_WARP Q25_warp+tlrc.HEAD 'IDENT(structural.nii)'"
16791679 >>> res = nwarpcat.run() # doctest: +SKIP
16801680
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class WarpTimeSeriesImageMultiTransform(ANTSCommand):
7575 >>> wtsimt.inputs.reference_image = 'ants_deformed.nii.gz'
7676 >>> wtsimt.inputs.transformation_series = ['ants_Warp.nii.gz','ants_Affine.txt']
7777 >>> wtsimt.inputs.invert_affine = [1] # # this will invert the 1st Affine file: ants_Affine.txt
78- >>> wtsimt.cmdline # doctest: +ALLOW_UNICODE
78+ >>> wtsimt.cmdline
7979 'WarpTimeSeriesImageMultiTransform 4 resting.nii resting_wtsimt.nii -R ants_deformed.nii.gz ants_Warp.nii.gz \
8080 -i ants_Affine.txt'
8181 """
You can’t perform that action at this time.
0 commit comments