File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1729,8 +1729,8 @@ class OutlierCountOutputSpec(TraitedSpec):
1729
1729
1730
1730
1731
1731
class OutlierCount (CommandLine ):
1732
- """Calculates number of 'outliers' a 3D+ time dataset, at each
1733
- time point, and writes the results to stdout .
1732
+ """Calculates number of 'outliers' at each time point of a
1733
+ a 3D+ time dataset .
1734
1734
1735
1735
For complete details, see the `3dToutcount Documentation
1736
1736
<https://afni.nimh.nih.gov/pub/dist/doc/program_help/3dToutcount.html>`_
@@ -1742,7 +1742,7 @@ class OutlierCount(CommandLine):
1742
1742
>>> toutcount = afni.OutlierCount()
1743
1743
>>> toutcount.inputs.in_file = 'functional.nii'
1744
1744
>>> toutcount.cmdline # doctest: +ELLIPSIS +ALLOW_UNICODE
1745
- '3dToutcount functional.nii > functional_outliers '
1745
+ '3dToutcount functional.nii'
1746
1746
>>> res = toutcount.run() # doctest: +SKIP
1747
1747
1748
1748
"""
Original file line number Diff line number Diff line change @@ -2148,7 +2148,7 @@ class WarpPointsFromStd(CommandLine):
2148
2148
>>> warppoints.inputs.std_file = 'mni.nii'
2149
2149
>>> warppoints.inputs.warp_file = 'warpfield.nii'
2150
2150
>>> warppoints.inputs.coord_mm = True
2151
- >>> warppoints.cmdline # doctest: +ELLIPSIS +IGNORE_UNICODE
2151
+ >>> warppoints.cmdline # doctest: +ELLIPSIS +ALLOW_UNICODE
2152
2152
'std2imgcoord -mm -img T1.nii -std mni.nii -warp warpfield.nii surf.txt'
2153
2153
>>> res = warppoints.run() # doctest: +SKIP
2154
2154
You can’t perform that action at this time.
0 commit comments