Skip to content

Commit 5286b08

Browse files
committed
docs
1 parent a8bf448 commit 5286b08

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Next release
22
============
33

44
* ENH: Add basic support for LSF plugin.
5-
* ENH: New interfaces: ICC, Meshfix, ants.Register, C3dAffineTool, ants.JacobianDeterminant
5+
* ENH: New interfaces: ICC, Meshfix, ants.Register, C3dAffineTool, ants.JacobianDeterminant,
6+
afni.AutoTcorrelate
67
* ENH: New workflows: ants template building (both using 'ANTS' and the new 'antsRegistration')
78
* ENH: New examples: how to use ANTS template building workflows (smri_ants_build_tmeplate),
89
how to set SGE specific options (smri_ants_build_template_new)

nipype/interfaces/afni/preprocess.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,11 @@ class AutoTcorrelateInputSpec(AFNICommandInputSpec):
324324

325325

326326
class AutoTcorrelate(AFNICommand):
327-
"""
328-
Examples
327+
"""Computes the correlation coefficient between the time series of each
328+
pair of voxels in the input dataset, and stores the output into a
329+
new anatomical bucket dataset [scaled to shorts to save memory space].
330+
331+
Examples
329332
========
330333
331334
>>> from nipype.interfaces import afni as afni

0 commit comments

Comments
 (0)