We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd9e7e commit 12e6988Copy full SHA for 12e6988
nipype/interfaces/afni/preprocess.py
@@ -2629,7 +2629,7 @@ class Volreg(AFNICommand):
2629
>>> volreg.inputs.out_file = 'rm.epi.volreg.r1'
2630
>>> volreg.inputs.oned_file = 'dfile.r1.1D'
2631
>>> volreg.inputs.oned_matrix_save = 'mat.r1.tshift+orig.1D'
2632
- >>> volreg.cmdline
+ >>> volreg.cmdline # doctest: +ALLOW_UNICODE
2633
'3dvolreg -cubic -1Dfile dfile.r1.1D -1Dmatrix_save mat.r1.tshift+orig.1D -prefix rm.epi.volreg.r1 -verbose -base functional.nii -zpad 1 -maxdisp1D functional_md.1D functional.nii'
2634
>>> res = volreg.run() # doctest: +SKIP
2635
0 commit comments