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 bb6cf16 commit f8755f5Copy full SHA for f8755f5
nipype/interfaces/afni/preprocess.py
@@ -41,7 +41,7 @@ class BlurToFWHM(AFNICommand):
41
========
42
43
>>> from nipype.interfaces import afni
44
- >>> blur = afni.BlurToFWHM()
+ >>> blur = afni.preprocess.BlurToFWHM()
45
>>> blur.inputs.in_file = 'epi.nii'
46
>>> blur.inputs.fwhm = 2.5
47
>>> blur.cmdline #doctest: +ELLIPSIS
0 commit comments