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 fd1037e commit d3a7526Copy full SHA for d3a7526
nipype/interfaces/afni/preprocess.py
@@ -2562,7 +2562,7 @@ class TProject(AFNICommand):
2562
>>> tproject.inputs.automask = True
2563
>>> tproject.inputs.out_file = 'projected.nii.gz'
2564
>>> tproject.cmdline
2565
- '3dTproject functional.nii -automask -bandpass 0.006670 99999.000000 -polort 3 -prefix projected.nii.gz'
+ '3dTproject -input functional.nii -automask -bandpass 0.006670 99999.000000 -polort 3 -prefix projected.nii.gz'
2566
>>> res = tproject.run() # doctest: +SKIP
2567
2568
"""
0 commit comments