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
CONVERT TO SCALAR, COPY MAPPING, ETC
   wb_command -cifti-change-mapping
      <data-cifti> - the cifti file to use the data from
      <direction> - which direction on <data-cifti> to replace the mapping
      <cifti-out> - output - the output cifti file

      [-series] - set the mapping to series
         <step> - increment between series points
         <start> - start value of the series

         [-unit] - select unit for series (default SECOND)
            <unit> - unit identifier

      [-scalar] - set the mapping to scalar

         [-name-file] - specify names for the maps
            <file> - text file containing map names, one per line

      [-from-cifti] - copy mapping from another cifti file
         <template-cifti> - a cifti file containing the desired mapping
         <direction> - which direction to copy the mapping from

      Take an existing cifti file and change one of the mappings.  Exactly one
      of -series, -scalar, or -from-cifti must be specified.  The direction can
      be either an integer starting from 1, or the strings 'ROW' or 'COLUMN'.

      The argument to -unit must be one of the following:

      SECOND
      HERTZ
      METER
      RADIAN