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)
(character) input filename
(character) direction to split over: t (time), x, y, z
(character) prefix to have for output
(logical) return image of class nifti
(logical) If retimg, should file be reoriented when read in?
Passed to readnii
.
(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