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):
17291729
17301730
17311731class 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 .
17341734
17351735 For complete details, see the `3dToutcount Documentation
17361736 <https://afni.nimh.nih.gov/pub/dist/doc/program_help/3dToutcount.html>`_
@@ -1742,7 +1742,7 @@ class OutlierCount(CommandLine):
17421742 >>> toutcount = afni.OutlierCount()
17431743 >>> toutcount.inputs.in_file = 'functional.nii'
17441744 >>> toutcount.cmdline # doctest: +ELLIPSIS +ALLOW_UNICODE
1745- '3dToutcount functional.nii > functional_outliers '
1745+ '3dToutcount functional.nii'
17461746 >>> res = toutcount.run() # doctest: +SKIP
17471747
17481748 """
Original file line number Diff line number Diff line change @@ -2148,7 +2148,7 @@ class WarpPointsFromStd(CommandLine):
21482148 >>> warppoints.inputs.std_file = 'mni.nii'
21492149 >>> warppoints.inputs.warp_file = 'warpfield.nii'
21502150 >>> warppoints.inputs.coord_mm = True
2151- >>> warppoints.cmdline # doctest: +ELLIPSIS +IGNORE_UNICODE
2151+ >>> warppoints.cmdline # doctest: +ELLIPSIS +ALLOW_UNICODE
21522152 'std2imgcoord -mm -img T1.nii -std mni.nii -warp warpfield.nii surf.txt'
21532153 >>> res = warppoints.run() # doctest: +SKIP
21542154
You can’t perform that action at this time.
0 commit comments