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
Global options (can be added to any command):

   -disable-provenance               don't generate provenance info in output
                                        files

   -nifti-output-datatype <type>     write cifti and volume output with the
                                        given datatype (default FLOAT32), note
                                        that calculation precision is only
                                        float32, valid values are:
                          INT8
                          UINT8
                          INT16
                          UINT16
                          INT32
                          UINT32
                          INT64
                          UINT64
                          FLOAT32
                          FLOAT64
                          FLOAT128

   -nifti-output-range <min> <max>   write cifti and volume output with scaling
                                        and offset header fields such that
                                        <min> and <max> are the most extreme
                                        values that can be represented, not
                                        recommended with floating point types
                                        (see above)

   -logging <level>                  set the logging level, valid values are:
            SEVERE
            WARNING
            INFO
            CONFIG
            FINE
            FINER
            FINEST
            ALL
            OFF

   -simd <type>                      set the SIMD implementation to use
                                        (currently used only for correlation,
                                        default AUTO which selects fastest
                                        supported), valid values are:
         NAIVE
         SSE2
         AVX
         AVXFMA
         AVX512
         AVX512FMA
         AUTO

   -cifti-read-memory                read cifti input files into memory, to
                                        avoid hitting limits on number of open
                                        files

   -cifti-output-datatype <type>     deprecated, only affects cifti outputs
   -cifti-output-range <min> <max>   deprecated, only affects cifti outputs