Skip to content

Commit fc4b20a

Browse files
authored
Merge pull request #1678 from tsalo/clean-afni
REF/STY Reorganize AFNI interface.
2 parents 9f1f556 + 74f4b74 commit fc4b20a

24 files changed

+3018
-2635
lines changed

nipype/algorithms/tests/test_auto_CompCor.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

nipype/algorithms/tests/test_auto_ErrorMap.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

nipype/algorithms/tests/test_auto_Overlap.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

nipype/interfaces/afni/__init__.py

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@
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 (Allineate, Automask, AutoTcorrelate,
12+
Bandpass, BlurInMask, BlurToFWHM,
13+
ClipLevel, DegreeCentrality, Despike,
14+
Detrend, ECM, Fim, Fourier, Hist, LFCD,
15+
Maskave, Means, OutlierCount,
16+
QualityIndex, ROIStats, Retroicor,
17+
Seg, SkullStrip, TCorr1D, TCorrMap, TCorrelate,
18+
TShift, Volreg, Warp)
1919
from .svm import (SVMTest, SVMTrain)
20+
from .utils import (AFNItoNIFTI, Autobox, BrickStat, Calc, Copy,
21+
Eval, FWHMx,
22+
MaskTool, Merge, Notes, Refit, Resample, TCat, TStat, To3D,
23+
ZCutUp,)

0 commit comments

Comments
 (0)