File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -1914,9 +1914,7 @@ class ROIStats(AFNICommandBase):
1914
1914
>>> roistats.inputs.stat = ['mean', 'median', 'voxels']
1915
1915
>>> roistats.inputs.nomeanout = True
1916
1916
>>> roistats.cmdline
1917
- '3dROIstats -quiet -mask label-schaefer400_atlas.nii.gz \
1918
- -nzmean -nzmedian -nzvoxels -nomeanout func.nii \
1919
- > func_roistat.1D'
1917
+ '3dROIstats -quiet -mask label-schaefer400_atlas.nii.gz -nzmean -nzmedian -nzvoxels -nomeanout func.nii > func_roistat.1D'
1920
1918
>>> res = roistats.run() # doctest: +SKIP
1921
1919
1922
1920
"""
Original file line number Diff line number Diff line change @@ -1614,12 +1614,7 @@ class Localstat(AFNICommand):
1614
1614
>>> localstat.inputs.nonmask = True
1615
1615
>>> localstat.inputs.outputtype = 'NIFTI_GZ'
1616
1616
>>> localstat.cmdline
1617
- "3dLocalstat -prefix bold_localstat.nii.gz \
1618
- -mask label-WM_desc-eroded_roi.nii.gz \
1619
- -nbhd 'SPHERE(45.0)' \
1620
- -use_nonmask \
1621
- -stat mean \
1622
- bold.nii.gz"
1617
+ "3dLocalstat -prefix bold_localstat.nii.gz -mask label-WM_desc-eroded_roi.nii.gz -nbhd 'SPHERE(45.0)' -use_nonmask -stat mean bold.nii.gz"
1623
1618
>>> wmlocal = localstat.run() # doctest: +SKIP
1624
1619
1625
1620
"""
@@ -2397,9 +2392,7 @@ class ReHo(AFNICommandBase):
2397
2392
>>> reho.inputs.neighborhood = 'vertices'
2398
2393
>>> reho.inputs.label_set = 'power264.nii.gz'
2399
2394
>>> reho.cmdline
2400
- "3dReHo -prefix bold_reho.nii.gz \
2401
- -nneigh 27 \
2402
- -in_rois power264.nii.gz"
2395
+ "3dReHo -prefix bold_reho.nii.gz -nneigh 27 -in_rois power264.nii.gz"
2403
2396
>>> rh = reho.run() # doctest: +SKIP
2404
2397
2405
2398
"""
You can’t perform that action at this time.
0 commit comments