We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42302ed + 1ab6bae commit 4489fa6Copy full SHA for 4489fa6
nipype/interfaces/afni/preprocess.py
@@ -180,7 +180,7 @@ class AlignEpiAnatPy(AFNIPythonCommand):
180
>>> al_ea.cmdline # doctest: +ELLIPSIS
181
'python2 ...align_epi_anat.py -anat structural.nii -epi_base 0 -epi_strip 3dAutomask -epi \
182
functional.nii -save_skullstrip -suffix _al -tshift off -volreg off'
183
- >>> res = allineate.run() # doctest: +SKIP
+ >>> res = al_ea.run() # doctest: +SKIP
184
185
See Also
186
--------
0 commit comments