Workbench Command is a set of command-line tools that can be used to perform simple and complex operations within Connectome Workbench.
DEPRECATED: use -volume-resample
wb_command -volume-warpfield-resample
<volume-in> - volume to resample
<warpfield> - the warpfield to apply
<volume-space> - a volume file in the volume space you want for the
output
<method> - the resampling method
<volume-out> - output - the output volume
[-fnirt] - MUST be used if using a fnirt warpfield
<source-volume> - the source volume used when generating the warpfield
DEPRECATED: this command may be removed in a future release, use
-volume-resample.
Resample a volume file with a warpfield. The recommended methods are
CUBIC (cubic spline) for most data, and ENCLOSING_VOXEL for label data.
The parameter <method> must be one of:
CUBIC
ENCLOSING_VOXEL
TRILINEAR