Title
fsl_resample(
file,
voxel_size,
outfile = NULL,
retimg = TRUE,
reorient = FALSE,
verbose = TRUE
)| file | Input file to resample |
|---|---|
| voxel_size | Voxel size (in mm). This should be a scalar number. |
| outfile | (character) output filename |
| retimg | (logical) return image of class nifti |
| reorient | (logical) If retimg, should file be reoriented when read in?
Passed to |
| verbose | (logical) print out command before running |
If retimg then object of class nifti. Otherwise,
the output file.