Skip to content

Commit 380d798

Browse files
aghayooreffigies
andauthored
ENH: AFNI NetCorr sorted commandline
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 6da8ee8 commit 380d798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@ class NetCorr(AFNICommand):
27052705
>>> ncorr.inputs.fish_z = True
27062706
>>> ncorr.inputs.out_file = 'sub0.tp1.ncorr'
27072707
>>> ncorr.cmdline
2708-
'3dNetCorr -prefix sub0.tp1.ncorr -inset functional.nii -mask mask.nii -in_rois maps.nii -ts_wb_corr -ts_wb_Z -fish_z'
2708+
'3dNetCorr -prefix sub0.tp1.ncorr -fish_z -inset functional.nii -in_rois maps.nii -mask mask.nii -ts_wb_Z -ts_wb_corr'
27092709
>>> res = ncorr.run() # doctest: +SKIP
27102710
27112711
"""

0 commit comments

Comments
 (0)