Skip to content

Commit 388335b

Browse files
committed
Merge pull request #542 from bpinsard/enh/afni_interfaces
Enh/afni interfaces
2 parents a1ebe59 + 88a91ce commit 388335b

File tree

3 files changed

+724
-133
lines changed

3 files changed

+724
-133
lines changed

nipype/interfaces/afni/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
from .preprocess import (To3D, Refit, Resample, TStat, Automask, Volreg, Merge,
1212
ZCutUp, Calc, TShift, Warp, Detrend, Despike, Copy,
1313
Fourier, Allineate, Maskave, SkullStrip, TCat, Fim,
14-
TCorrelate, BrickStat, ROIStats, AutoTcorrelate)
14+
TCorrelate, BrickStat, ROIStats, AutoTcorrelate,
15+
BlurInMask, Autobox, TCorrMap, Bandpass)

nipype/interfaces/afni/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _output_update(self):
135135
self._outputtype = self.inputs.outputtype
136136

137137
@classmethod
138-
def set_default_outputtype(cls, outputtype):
138+
def set_default_output_type(cls, outputtype):
139139
"""Set the default output type for AFNI classes.
140140
141141
This method is used to set the default output type for all afni

0 commit comments

Comments
 (0)