Skip to content

Commit 0a8fe75

Browse files
authored
Update __init__.py in fsl interfaces to have new ApplyXFM
1 parent ca65037 commit 0a8fe75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/fsl/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"""
99

1010
from .base import (FSLCommand, Info, check_fsl, no_fsl, no_fsl_course_data)
11-
from .preprocess import (FAST, FLIRT, ApplyXfm, BET, MCFLIRT, FNIRT, ApplyWarp,
12-
SliceTimer, SUSAN, PRELUDE, FUGUE, FIRST)
11+
from .preprocess import (FAST, FLIRT, ApplyXfm, ApplyXFM, BET, MCFLIRT, FNIRT,
12+
ApplyWarp, SliceTimer, SUSAN, PRELUDE, FUGUE, FIRST)
1313
from .model import (Level1Design, FEAT, FEATModel, FILMGLS, FEATRegister,
1414
FLAMEO, ContrastMgr, MultipleRegressDesign, L2Model, SMM,
1515
MELODIC, SmoothEstimate, Cluster, Randomise, GLM)

0 commit comments

Comments
 (0)