Skip to content

Commit 7bab56d

Browse files
committed
Clean afni/preprocess and afni/base.
Sort imports in afni base. Sort classes in afni preprocess, split several long strings, and replace traits.Str with base Str throughout all classes.
1 parent c88baff commit 7bab56d

File tree

2 files changed

+2153
-2147
lines changed

2 files changed

+2153
-2147
lines changed

nipype/interfaces/afni/__init__.py

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

1010
from .base import Info
11-
from .preprocess import (To3D, Refit, Resample, TStat, Automask, Volreg, Merge,
12-
ZCutUp, Calc, TShift, Warp, Detrend, Despike,
13-
DegreeCentrality, ECM, LFCD, Copy, Fourier, Allineate,
14-
Maskave, SkullStrip, TCat, ClipLevel, MaskTool, Seg,
15-
Fim, BlurInMask, Autobox, TCorrMap, Bandpass, Retroicor,
16-
TCorrelate, TCorr1D, BrickStat, ROIStats, AutoTcorrelate,
17-
AFNItoNIFTI, Eval, Means, Hist, FWHMx, OutlierCount,
18-
QualityIndex, Notes)
11+
from .preprocess import (AFNItoNIFTI, Allineate, AutoTcorrelate, Autobox,
12+
Automask, Bandpass, BlurInMask, BlurToFWHM, BrickStat,
13+
Calc, ClipLevel, Copy, DegreeCentrality, Despike,
14+
Detrend, ECM, Eval, FWHMx, Fim, Fourier, Hist, LFCD,
15+
MaskTool, Maskave, Means, Merge, Notes, OutlierCount,
16+
QualityIndex, ROIStats, Refit, Resample, Retroicor,
17+
Seg, SkullStrip, TCat, TCorr1D, TCorrMap, TCorrelate,
18+
TShift, TStat, To3D, Volreg, Warp, ZCutUp)
1919
from .svm import (SVMTest, SVMTrain)

0 commit comments

Comments
 (0)