File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3667,11 +3667,12 @@ class QwarpPlusMinus(Qwarp):
3667
3667
3668
3668
>>> from nipype.interfaces import afni
3669
3669
>>> qwarp = afni.QwarpPlusMinus()
3670
- >>> qwarp.inputs.source_file = 'sub-01_dir-LR_epi.nii.gz'
3670
+ >>> qwarp.inputs.in_file = 'sub-01_dir-LR_epi.nii.gz'
3671
3671
>>> qwarp.inputs.nopadWARP = True
3672
3672
>>> qwarp.inputs.base_file = 'sub-01_dir-RL_epi.nii.gz'
3673
3673
>>> qwarp.cmdline
3674
- '3dQwarp -prefix Qwarp.nii.gz -plusminus -base sub-01_dir-RL_epi.nii.gz -nopadWARP -source sub-01_dir-LR_epi.nii.gz'
3674
+ '3dQwarp -prefix Qwarp.nii.gz -plusminus -base sub-01_dir-RL_epi.nii.gz \
3675
+ -source sub-01_dir-LR_epi.nii.gz -nopadWARP'
3675
3676
>>> res = warp.run() # doctest: +SKIP
3676
3677
3677
3678
"""
You can’t perform that action at this time.
0 commit comments