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
CORRELATE PAIRED ROWS BETWEEN TWO CIFTI FILES
   wb_command -cifti-pairwise-correlation
      <cifti-a> - first input cifti file
      <cifti-b> - second input cifti file
      <cifti-out> - output - output cifti file

      [-fisher-z] - apply fisher small z transform (ie, artanh) to correlation

      [-override-mapping-check] - don't check the mappings for compatibility,
         only check length

      For each row in <cifti-a>, correlate it with the same row in <cifti-b>,
      and put the result in the same row of <cifti-out>, which has only one
      column.