File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3463,7 +3463,7 @@ class Qwarp(AFNICommand):
3463
3463
>>> qwarp2.inputs.inilev = 7
3464
3464
>>> qwarp2.inputs.iniwarp = ['Q25_warp+tlrc.HEAD']
3465
3465
>>> qwarp2.cmdline # doctest: +ALLOW_UNICODE
3466
- '3dQwarp -base mni.nii -blur 0.0 2.0 -source structural.nii -inlev 7 -iniwarp Q25_warp+tlrc.HEAD -prefix Q11'
3466
+ '3dQwarp -base mni.nii -blur 0.0 2.0 -source structural.nii -inilev 7 -iniwarp Q25_warp+tlrc.HEAD -prefix Q11'
3467
3467
>>> res2 = qwarp2.run() # doctest: +SKIP
3468
3468
"""
3469
3469
_cmd = '3dQwarp'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def test_Qwarp_inputs():
51
51
copyfile = False ,
52
52
mandatory = True ,
53
53
),
54
- inilev = dict (argstr = '-inlev %d' ,
54
+ inilev = dict (argstr = '-inilev %d' ,
55
55
xor = ['duplo' ],
56
56
),
57
57
iniwarp = dict (argstr = '-iniwarp %s' ,
You can’t perform that action at this time.
0 commit comments