resample_cifti_from_template: Resample a CIFTI from a template
Description
Resample a CIFTI from a template, ensuring the new CIFTI's resolution matches
that of the template.
Usage
resample_cifti_from_template(original_fname, template_fname, target_fname)
Arguments
original_fname
A CIFTI file to resample.
template_fname
A CIFTI file to use as the template.
target_fname
The file name to save the resampled CIFTI.
Value
The target_fname
, invisibly
Connectome Workbench
This function interfaces with the "-cifti-resample"
Workbench command.