This function calls fslsplit to merge files on some dimension
and either saves the image or returns an object of class nifti
fslsplit(
infile,
direction = c("t", "x", "y", "z"),
output_basename = NULL,
retimg = TRUE,
reorient = FALSE,
verbose = TRUE
)
fsl_split(..., retimg = FALSE)| infile | (character) input filename |
|---|---|
| direction | (character) direction to split over: t (time), x, y, z |
| output_basename | (character) prefix to have for output |
| 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 |
| ... | not used |
List of output files
Functions with underscores have different defaults and will return an output filename, so to be used for piping