Skip to content

Commit 15ff070

Browse files
committed
Add ConvertDset to __init__.py
1 parent 433f069 commit 15ff070

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

nipype/interfaces/afni/__init__.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
ROIStats, Retroicor, Seg, SkullStrip, TCorr1D, TCorrMap, TCorrelate, TNorm,
1616
TShift, Volreg, Warp, QwarpPlusMinus, Qwarp)
1717
from .svm import (SVMTest, SVMTrain)
18-
from .utils import (ABoverlap, AFNItoNIFTI, Autobox, Axialize, BrickStat,
19-
Bucket, Calc, Cat, CatMatvec, CenterMass, Copy, Dot, Edge3,
20-
Eval, FWHMx, MaskTool, Merge, Notes, NwarpApply, NwarpCat,
21-
OneDToolPy, Refit, Resample, TCat, TCatSubBrick, TStat,
22-
To3D, Unifize, Undump, ZCutUp, GCOR, Zcat, Zeropad)
18+
from .utils import (
19+
ABoverlap, AFNItoNIFTI, Autobox, Axialize, BrickStat, Bucket, Calc, Cat,
20+
CatMatvec, CenterMass, ConvertDset, Copy, Dot, Edge3, Eval, FWHMx,
21+
MaskTool, Merge, Notes, NwarpApply, NwarpCat, OneDToolPy, Refit, Resample,
22+
TCat, TCatSubBrick, TStat, To3D, Unifize, Undump, ZCutUp, GCOR, Zcat,
23+
Zeropad)
2324
from .model import (Deconvolve, Remlfit, Synthesize)

0 commit comments

Comments
 (0)