Skip to content

Commit c329fc0

Browse files
committed
fix doc and expose undump
1 parent c464fc2 commit c329fc0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nipype/interfaces/afni/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
Bucket, Calc, Cat, CatMatvec, Copy, Dot,
2424
Edge3, Eval, FWHMx, MaskTool, Merge, Notes, NwarpApply,
2525
OneDToolPy,
26-
Refit, Resample, TCat, TCatSubBrick, TStat, To3D, Unifize, ZCutUp, GCOR,
26+
Refit, Resample, TCat, TCatSubBrick, TStat, To3D, Unifize,
27+
Undump, ZCutUp, GCOR,
2728
Zcat, Zeropad)
2829
from .model import (Deconvolve, Remlfit)

nipype/interfaces/afni/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ class Undump(AFNICommand):
20502050
>>> unndump.inputs.in_file = 'structural.nii'
20512051
>>> unndump.inputs.out_file = 'structural_undumped.nii'
20522052
>>> unndump.cmdline # doctest: +ALLOW_UNICODE
2053-
'3dUnifize -prefix structural_unifized.nii -master structural.nii'
2053+
'3dUndump -prefix structural_undumped.nii -master structural.nii'
20542054
>>> res = unndump.run() # doctest: +SKIP
20552055
20562056
"""

0 commit comments

Comments
 (0)