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):
34633463 >>> qwarp2.inputs.inilev = 7
34643464 >>> qwarp2.inputs.iniwarp = ['Q25_warp+tlrc.HEAD']
34653465 >>> 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'
34673467 >>> res2 = qwarp2.run() # doctest: +SKIP
34683468 """
34693469 _cmd = '3dQwarp'
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def test_Qwarp_inputs():
5151 copyfile = False ,
5252 mandatory = True ,
5353 ),
54- inilev = dict (argstr = '-inlev %d' ,
54+ inilev = dict (argstr = '-inilev %d' ,
5555 xor = ['duplo' ],
5656 ),
5757 iniwarp = dict (argstr = '-iniwarp %s' ,
You can’t perform that action at this time.
0 commit comments