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
DISPLAY INFORMATION ABOUT A NIFTI/CIFTI FILE
   wb_command -nifti-information
      <nifti-file> - the nifti/cifti file to examine

      [-print-header] - display the header contents

         [-allow-truncated] - print the header even if the data is truncated

      [-print-matrix] - output the values in the matrix (cifti only)

      [-print-xml] - print the cifti XML (cifti only)

         [-version] - convert the XML to a specific CIFTI version (default is
            the file's cifti version)
            <version> - the CIFTI version to use

      You must specify at least one -print-* option.