Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.
RESAMPLE A SURFACE TO A DIFFERENT MESH wb_command -surface-resample <surface-in> - the surface file to resample <current-sphere> - a sphere surface with the mesh that the input surface is currently on <new-sphere> - a sphere surface that is in register with <current-sphere> and has the desired output mesh <method> - the method name <surface-out> - output - the output surface file [-area-surfs] - specify surfaces to do vertex area correction based on <current-area> - a relevant surface with <current-sphere> mesh <new-area> - a relevant surface with <new-sphere> mesh [-area-metrics] - specify vertex area metrics to do area correction based on <current-area> - a metric file with vertex areas for <current-sphere> mesh <new-area> - a metric file with vertex areas for <new-sphere> mesh [-bypass-sphere-check] - ADVANCED: allow the current and new 'spheres' to have arbitrary shape as long as they follow the same contour Resamples a surface file, given two spherical surfaces that are in register. If ADAP_BARY_AREA is used, exactly one of -area-surfs or -area-metrics must be specified. This method is not generally recommended for surface resampling, but is provided for completeness. The BARYCENTRIC method is generally recommended for anatomical surfaces, in order to minimize smoothing. For cut surfaces (including flatmaps), use -surface-cut-resample. Instead of resampling a spherical surface, the -surface-sphere-project-unproject command is recommended. The <method> argument must be one of the following: ADAP_BARY_AREA BARYCENTRIC