We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677807c commit 42c3c1fCopy full SHA for 42c3c1f
nipype/interfaces/afni/preprocess.py
@@ -1655,6 +1655,8 @@ class Retroicor(AFNICommand):
1655
>>> ret.inputs.card = 'mask.1D'
1656
>>> ret.inputs.resp = 'resp.1D'
1657
>>> ret.inputs.outputtype = 'NIFTI'
1658
+ >>> ret.cmdline # doctest: +IGNORE_UNICODE
1659
+ '3dretroicor -prefix functional_retroicor.nii -resp resp.1D -card mask.1D functional.nii'
1660
>>> res = ret.run() # doctest: +SKIP
1661
"""
1662
0 commit comments