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
IMPORT SERIES DATA INTO CIFTI
   wb_command -cifti-create-scalar-series
      <input> - input file
      <cifti-out> - output - output cifti file

      [-transpose] - use if the rows of the text file are along the scalar
         dimension

      [-name-file] - use a text file to set names on scalar dimension
         <file> - text file containing names, one per line

      [-series] - set the units and values of the series
         <unit> - the unit to use
         <start> - the value at the first series point
         <step> - the interval between series points

      Convert a text file containing series of equal length into a cifti file.
      The text file should have lines made up of numbers separated by
      whitespace, with no extra newlines between lines.

      The <unit> argument must be one of the following:

      SECOND
      HERTZ
      METER
      RADIAN