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 d3d1048 commit 292bae4Copy full SHA for 292bae4
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