fslsplit: Split images using FSL

View source: R/fslsplit.R

fslsplitR 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 readnii.

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


fslr documentation built on Aug. 25, 2022, 5:07 p.m.