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
DEPRECATED: use -cifti-separate
   wb_command -cifti-separate-all
      <cifti-in> - the cifti to split

      [-left] - output the left surface data
         <left-metric> - output - the output metric for the left surface

         [-left-roi] - output the ROI for the left surface data
            <left-roi-metric> - output - output metric for the left ROI

      [-right] - output the right surface data
         <right-metric> - output - the output metric for the right surface

         [-right-roi] - output the ROI for the right surface data
            <right-roi-metric> - output - output metric for the right ROI

      [-cerebellum] - output the cerebellum surface data
         <cerebellum-metric> - output - the output metric for the cerebellum
            surface

         [-cerebellum-roi] - output the ROI for the cerebellum surface data
            <cerebellum-roi-metric> - output - output metric for the cerebellum
               ROI

      [-volume] - output the voxel data
         <volume-out> - output - output volume file

         [-volume-roi] - output the combined ROI for the volume data
            <volume-roi-out> - output - output volume for ROI

      [-direction] - choose the direction to separate (default COLUMN)
         <direction> - which direction to separate into components, ROW or
            COLUMN

      DEPRECATED: this command may be removed in a future release, use
      -cifti-separate.

      All volume components are put together into one volume, the boundaries
      between volume components are not output by this command.  The COLUMN
      direction (default) is usually what you want, ROW will only work for
      dconn.  Using this command with -volume will usually take (much) more
      memory than the cifti file, since it must create the whole volume, rather
      than just the included voxels.