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 135abb9 commit 743023cCopy full SHA for 743023c
nipype/interfaces/fsl/preprocess.py
@@ -582,7 +582,7 @@ class ApplyXFM(FLIRT):
582
583
>>> import nipype.interfaces.fsl as fsl
584
>>> from nipype.testing import example_data
585
- >>> applyxfm = fsl.ApplyXFM()
+ >>> applyxfm = fsl.preprocess.ApplyXFM()
586
>>> applyxfm.inputs.in_file = example_data('structural.nii')
587
>>> applyxfm.inputs.in_matrix_file = example_data('trans.mat')
588
>>> applyxfm.inputs.out_file = 'newfile.nii'
0 commit comments