Skip to content

Commit 0af5ddd

Browse files
author
Erik Ziegler
committed
Doc fixes
1 parent 918f62f commit 0af5ddd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class SurfaceSmooth(FSCommand):
253253
254254
.. seealso::
255255
256-
MRIsSmooth() Interface
256+
SmoothTessellation() Interface
257257
For smoothing a tessellated surface (e.g. in gifti or .stl)
258258
259259
Examples

nipype/workflows/smri/freesurfer/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def create_tessellation_flow(name='tessellate', out_format='stl'):
300300
mri_convert : converts aseg.mgz to aseg.nii
301301
tessellate : tessellates regions in aseg.mgz
302302
surfconvert : converts regions to stereolithographic (.stl) format
303+
smoother: smooths the tessellated regions
303304
304305
"""
305306

0 commit comments

Comments
 (0)