Skip to content

Commit 1bb69be

Browse files
committed
Merge branch 'fsl_warputils'
Conflicts: CHANGES
2 parents 51624bd + b0593f4 commit 1bb69be

File tree

7 files changed

+392
-220
lines changed

7 files changed

+392
-220
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Next release
22
============
33

4-
* ENH: New interfaces: nipy.Trim, fsl.GLM, fsl.SigLoss, spm.VBMSegment
4+
* ENH: New interfaces: nipy.Trim, fsl.GLM, fsl.SigLoss, spm.VBMSegment, fsl.InvWarp
55
* ENH: Allow control over terminal output for commandline interfaces
66
* ENH: New workflows for dMRI and fMRI pre-processing: added motion artifact correction
77
with rotation of the B-matrix, and susceptibility correction for EPI imaging using

nipype/interfaces/fsl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ImageStats, FilterRegressor, Overlay, Slicer,
1717
PlotTimeSeries, PlotMotionParams, ConvertXFM,
1818
SwapDimensions, PowerSpectrum, SigLoss, Reorient2Std,
19-
Complex)
19+
Complex, InvWarp)
2020
from .dti import (EddyCorrect, BEDPOSTX, DTIFit, ProbTrackX, VecReg, ProjThresh,
2121
FindTheBiggest, DistanceMap, TractSkeleton, XFibres,
2222
MakeDyadicVectors)

0 commit comments

Comments
 (0)