Skip to content

Commit 2b9c5e9

Browse files
committed
Merge pull request #1460 from FCP-INDI/new_interfaces
New interfaces
2 parents 05464d0 + bb3a5da commit 2b9c5e9

File tree

9 files changed

+804
-3
lines changed

9 files changed

+804
-3
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Release 0.12.0-rc1 (April 20, 2016)
3232
* ENH: Nipype workflow and interfaces for FreeSurfer's recon-all (https://github.com/nipy/nipype/pull/1326)
3333
* FIX: Permit relative path for concatenated_file input to Concatenate() (https://github.com/nipy/nipype/pull/1411)
3434
* ENH: Makes ReconAll workflow backwards compatible with FreeSurfer 5.3.0 (https://github.com/nipy/nipype/pull/1434)
35+
* ENH: Added interfaces for AFNI 3dDegreeCentrality, 3dECM, 3dLFCD, 3dClipLevel, 3dmask_tool, and 3dSeg
36+
(https://github.com/nipy/nipype/pull/1460)
3537

3638
Release 0.11.0 (September 15, 2015)
3739
============

nipype/interfaces/afni/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88

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

0 commit comments

Comments
 (0)