File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ class MeshFixInputSpec(CommandLineInputSpec):
7070
7171 x_shift = traits .Int (
7272 argstr = '--smooth %d' ,
73- desc =
74- "Shifts the coordinates of the vertices when saving. Output must be in FreeSurfer format"
73+ desc = "Shifts the coordinates of the vertices when saving. Output must be in FreeSurfer format"
7574 )
7675
7776 # Cutting, decoupling, dilation
@@ -80,8 +79,7 @@ class MeshFixInputSpec(CommandLineInputSpec):
8079 desc = "Remove triangles of 1st that are outside of the 2nd shell." )
8180 cut_inner = traits .Int (
8281 argstr = '--cut-inner %d' ,
83- desc =
84- "Remove triangles of 1st that are inside of the 2nd shell. Dilate 2nd by N; Fill holes and keep only 1st afterwards."
82+ desc = "Remove triangles of 1st that are inside of the 2nd shell. Dilate 2nd by N; Fill holes and keep only 1st afterwards."
8583 )
8684 decouple_inin = traits .Int (
8785 argstr = '--decouple-inin %d' ,
@@ -102,7 +100,8 @@ class MeshFixInputSpec(CommandLineInputSpec):
102100 finetuning_inwards = traits .Bool (
103101 argstr = '--fineTuneIn ' ,
104102 requires = ['finetuning_distance' , 'finetuning_substeps' ],
105- position = - 3
103+ position = - 3 ,
104+ desc = "Used to fine-tune the minimal distance between surfaces."
106105 )
107106 finetuning_outwards = traits .Bool (
108107 argstr = '--fineTuneOut ' ,
You can’t perform that action at this time.
0 commit comments