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
COMPARE CORRELATION LOCALLY AND ACROSS/THROUGH SULCI/GYRI
   wb_command -cifti-false-correlation
      <cifti-in> - the cifti file to use for correlation
      <3D-dist> - maximum 3D distance to check around each vertex
      <geo-outer> - maximum geodesic distance to use for neighboring
         correlation
      <geo-inner> - minimum geodesic distance to use for neighboring
         correlation
      <cifti-out> - output - the output cifti dscalar file

      [-left-surface] - specify the left surface to use
         <surface> - the left surface file

         [-dump-text] - dump the raw measures used to a text file
            <text-out> - the output text file

      [-right-surface] - specify the right surface to use
         <surface> - the right surface file

         [-dump-text] - dump the raw measures used to a text file
            <text-out> - the output text file

      [-cerebellum-surface] - specify the cerebellum surface to use
         <surface> - the cerebellum surface file

         [-dump-text] - dump the raw measures used to a text file
            <text-out> - the output text file

      For each vertex, compute the average correlation within a range of
      geodesic distances that don't cross a sulcus/gyrus, and the correlation
      to the closest vertex crossing a sulcus/gyrus.  A vertex is considered to
      cross a sulcus/gyrus if the 3D distance is less than a third of the
      geodesic distance.  The output file contains the ratio between these
      correlations, and some additional maps to help explain the ratio.