fslsplit {fslr} | R Documentation |
Split images using FSL
Description
This function calls fslsplit
to merge files on some dimension
and either saves the image or returns an object of class nifti
Usage
fslsplit(
infile,
direction = c("t", "x", "y", "z"),
output_basename = NULL,
retimg = TRUE,
reorient = FALSE,
verbose = TRUE
)
fsl_split(..., retimg = FALSE)
Arguments
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 |
Value
List of output files
Note
Functions with underscores have different defaults and will return an output filename, so to be used for piping
[Package fslr version 2.25.3 Index]