Skip to content

Commit 5b9fd12

Browse files
author
bpinsard
committed
merge
2 parents 712d0a2 + d8f757a commit 5b9fd12

File tree

7 files changed

+837
-109
lines changed

7 files changed

+837
-109
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)