Perform spatial resampling of GIFTI data on the cortical surface (metric and label), or of GIFTI surface geometry data itself.
resample_gifti(
original_fname,
target_fname,
hemisphere = c("left", "right"),
file_type = NULL,
original_res = NULL,
resamp_res,
ROIcortex_original_fname = NULL,
ROIcortex_target_fname = NULL,
read_dir = NULL,
write_dir = NULL
)resampleGIfTI(
original_fname,
target_fname,
hemisphere,
file_type = NULL,
original_res = NULL,
resamp_res,
ROIcortex_original_fname = NULL,
ROIcortex_target_fname = NULL,
read_dir = NULL,
write_dir = NULL
)
resamplegii(
original_fname,
target_fname,
hemisphere,
file_type = NULL,
original_res = NULL,
resamp_res,
ROIcortex_original_fname = NULL,
ROIcortex_target_fname = NULL,
read_dir = NULL,
write_dir = NULL
)
The GIFTI file to resample.
Where to save the resampled file.
"left"
(default) or "right"
. An error will
occur if the hemisphere indicated in the GIFTI metadata does not match.
"metric"
, "label"
, "surf"
, or NULL
(default) to infer from original_fname
.
The resolution of the original file. If NULL
(default), infer from the file.
Target resolution for resampling (number of cortical surface vertices per hemisphere).
The name of the ROI file corresponding to
original_fname
. Leave as NULL
(default) if this doesn't exist
or shouldn't be resampled.
The name of the resampled ROI file. Only
applicable if ROIcortex_original_fname
is provided.
Directory to append to the path of every file name in
original_fname
and ROIcortex_original_fname
. If NULL
(default), do not append any directory to the path.
Directory to append to the path of every file name in
target_fname
and ROIcortex_target_fname
. If NULL
(default), do not append any directory to the path.
The resampled GIFTI file name, invisibly
This function interfaces with the "-metric-resample"
, "-label-resample"
,
and/or "-surface-resample"
Workbench commands, depending on the input.