Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.
CREATE A CIFTI DENSE TIMESERIES
wb_command -cifti-create-dense-timeseries
<cifti-out> - output - the output cifti file
[-volume] - volume component
<volume-data> - volume file containing all voxel data for all volume
structures
<structure-label-volume> - label volume file containing labels for
cifti structures
[-left-metric] - metric for the left cortical surface
<metric> - the metric file
[-roi-left] - roi of vertices to use from left surface
<roi-metric> - the ROI as a metric file
[-right-metric] - metric for the right cortical surface
<metric> - the metric file
[-roi-right] - roi of vertices to use from right surface
<roi-metric> - the ROI as a metric file
[-cerebellum-metric] - metric for the cerebellum
<metric> - the metric file
[-roi-cerebellum] - roi of vertices to use from right surface
<roi-metric> - the ROI as a metric file
[-timestep] - set the timestep
<interval> - the timestep, in seconds (default 1.0)
[-timestart] - set the start time
<start> - the time at the first frame, in seconds (default 0.0)
[-unit] - use a unit other than time
<unit> - unit identifier (default SECOND)
[-metric] - repeatable - metric for a specified surface structure
<structure> - the structure name
<metric> - the metric file
[-roi] - roi of vertices to use from this structure
<roi-metric> - the ROI as a metric file
All input files must have the same number of columns/subvolumes. Only
the specified components will be in the output cifti. At least one
component must be specified.
See -volume-label-import and -volume-help for format details of label
volume files. The -metric structure argument and labels in the
structure-label-volume must use names from the below list (labels with
other names are ignored, -metric arguments with other strings are an
error):
CORTEX_LEFT
CORTEX_RIGHT
CEREBELLUM
ACCUMBENS_LEFT
ACCUMBENS_RIGHT
ALL_GREY_MATTER
ALL_WHITE_MATTER
AMYGDALA_LEFT
AMYGDALA_RIGHT
BRAIN_STEM
CAUDATE_LEFT
CAUDATE_RIGHT
CEREBELLAR_WHITE_MATTER_LEFT
CEREBELLAR_WHITE_MATTER_RIGHT
CEREBELLUM_LEFT
CEREBELLUM_RIGHT
CEREBRAL_WHITE_MATTER_LEFT
CEREBRAL_WHITE_MATTER_RIGHT
CORTEX
DIENCEPHALON_VENTRAL_LEFT
DIENCEPHALON_VENTRAL_RIGHT
HIPPOCAMPUS_LEFT
HIPPOCAMPUS_RIGHT
HIPPOCAMPUS_DENTATE_LEFT
HIPPOCAMPUS_DENTATE_RIGHT
INVALID
OTHER
OTHER_GREY_MATTER
OTHER_WHITE_MATTER
PALLIDUM_LEFT
PALLIDUM_RIGHT
PUTAMEN_LEFT
PUTAMEN_RIGHT
THALAMUS_LEFT
THALAMUS_RIGHT
The -unit option accepts these values:
SECOND
HERTZ
METER
RADIAN