Using Workbench Command

Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.

Full Documentation:

Documentation Home
DILATE A LABEL FILE
   wb_command -label-dilate
      <label> - the input label
      <surface> - the surface to dilate on
      <dilate-dist> - distance in mm to dilate the labels
      <label-out> - output - the output label file

      [-bad-vertex-roi] - specify an roi of vertices to overwrite, rather than
         vertices with the unlabeled key
         <roi-metric> - metric file, positive values denote vertices to have
            their values replaced

      [-column] - select a single column to dilate
         <column> - the column number or name

      [-corrected-areas] - vertex areas to use instead of computing them from
         the surface
         <area-metric> - the corrected vertex areas, as a metric

      Fills in label information for all vertices designated as bad, up to the
      specified distance away from other labels.  If -bad-vertex-roi is
      specified, all vertices, including those with the unlabeled key, are
      good, except for vertices with a positive value in the ROI.  If it is not
      specified, only vertices with the unlabeled key are bad.