| resample_cifti_from_template {ciftiTools} | R Documentation |
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.
See Also
Other manipulating xifti:
add_surf(),
apply_parc(),
apply_xifti(),
combine_xifti(),
convert_to_dlabel(),
merge_xifti(),
move_to_mwall(),
newdata_xifti(),
remap_cifti(),
remove_xifti(),
resample_cifti(),
scale_xifti(),
select_xifti(),
set_names_xifti(),
smooth_cifti(),
transform_xifti()
[Package ciftiTools version 0.15.1 Index]