Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.
Global options (can be added to any command): -disable-provenance don't generate provenance info in output files -cifti-output-datatype <type> write cifti 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 -cifti-output-range <min> <max> write cifti output with scaling and offset header fields such that <min> and <max> are the most extreme values that can be represented, mostly useful with integer output datatypes (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