ciftiTools (version 0.1.6.0)

resample_cifti_from_template: Resample a CIFTI from a template

Description

Resample a CIFTI from a template CIFTI using the -cifti-resample Connectome Workbench command.

Usage

resample_cifti_from_template(
  original_fname,
  template_fname,
  target_fname,
  wb_path = NULL
)

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.

wb_path

(Optional) Path to Connectome Workbench folder or executable. If not provided, should be set with ciftiTools.setOption("wb_path", "path/to/workbench").

Value

The target_fname, invisibly

Connectome Workbench Requirement

This function uses a system wrapper for the 'wb_command' executable. The user must first download and install the Connectome Workbench, available from https://www.humanconnectome.org/software/get-connectome-workbench . The wb_path argument is the full file path to the Connectome Workbench folder. (The full file path to the 'wb_cmd' executable also works.)