Skip to content

Commit 743023c

Browse files
author
Shoshana Berleant
committed
m
1 parent 135abb9 commit 743023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ class ApplyXFM(FLIRT):
582582
583583
>>> import nipype.interfaces.fsl as fsl
584584
>>> from nipype.testing import example_data
585-
>>> applyxfm = fsl.ApplyXFM()
585+
>>> applyxfm = fsl.preprocess.ApplyXFM()
586586
>>> applyxfm.inputs.in_file = example_data('structural.nii')
587587
>>> applyxfm.inputs.in_matrix_file = example_data('trans.mat')
588588
>>> applyxfm.inputs.out_file = 'newfile.nii'

0 commit comments

Comments
 (0)