reverse_rpi_orient: Reverse Reorientation an Image to RPI orientation

View source: R/rpi_orient.R

reverse_rpi_orientR Documentation

Reverse Reorientation an Image to RPI orientation

Description

This function uses fslswapdim to reorient an image

Usage

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


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