reverse_rpi_orient: Reverse Reorientation an Image to RPI orientation

Description Usage Arguments Value

View source: R/rpi_orient.R

Description

This function uses fslswapdim to reorient an image

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
reverse_rpi_orient(
  file,
  convention = c("NEUROLOGICAL", "RADIOLOGICAL"),
  orientation,
  verbose = TRUE
)

reverse_rpi_orient_file(
  file,
  convention = c("NEUROLOGICAL", "RADIOLOGICAL"),
  orientation,
  verbose = TRUE
)

Arguments

file

Object of class nifti or character path

convention

Convention of original image (usually from rpi_orient)

orientation

Vector of length 3 from original image (usually from rpi_orient)

verbose

print diagnostic messages

Value

Object of class nifti


neuroconductor-devel-releases/fslr documentation built on May 6, 2020, 4:22 p.m.