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-change-mapping
   wb_command -cifti-change-timestep
      <cifti> - the cifti file to modify

      [-row-timestep] - set the timestep along rows
         <seconds> - seconds per timestep

      [-column-timestep] - set the timestep along columns
         <seconds> - seconds per timestep

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

      Warns if a dimension specified is not timepoints, otherwise modifies the
      timestep, and finally writes the result to the same filename if any
      dimensions were modified.
      NOTE: you probably want -row-timestep, as that matches the .dtseries.nii
      specification.  The other option is available just for completeness.