Skip to content

Commit af2b7aa

Browse files
authored
Merge pull request #2099 from nih-fmrif/afni_qwarp
[ENH] Add 3dQwarp, and axialize interfaces
2 parents 1a76182 + 38626ee commit af2b7aa

File tree

4 files changed

+732
-27
lines changed

4 files changed

+732
-27
lines changed

nipype/interfaces/afni/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
Maskave, Means, OutlierCount,
1616
QualityIndex, ROIStats, Retroicor,
1717
Seg, SkullStrip, TCorr1D, TCorrMap, TCorrelate,
18-
TShift, Volreg, Warp, QwarpPlusMinus)
18+
TShift, Volreg, Warp, QwarpPlusMinus, Qwarp)
1919
from .svm import (SVMTest, SVMTrain)
20-
from .utils import (AFNItoNIFTI, Autobox, BrickStat, Calc, Copy, Edge3,
20+
from .utils import (AFNItoNIFTI, Autobox,Axialize, BrickStat, Calc, Copy, Edge3,
2121
Eval, FWHMx,
2222
MaskTool, Merge, Notes, Refit, Resample, TCat, TStat, To3D,
23-
Unifize, ZCutUp, GCOR, Zcat, Zeropad)
23+
Unifize, ZCutUp, GCOR,Zcat, Zeropad)
2424
from .model import (Deconvolve, Remlfit)

0 commit comments

Comments
 (0)