fslsplit: Split images using FSL

Description Usage Arguments Value Note

View source: R/fslsplit.R

Description

This function calls fslsplit to merge files on some dimension and either saves the image or returns an object of class nifti

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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


neuroconductor-devel/fslr documentation built on May 6, 2021, 1:44 p.m.