orientation-methods: Extract NIfTI 3D Image Orientation

orientation-methodsR Documentation

Extract NIfTI 3D Image Orientation

Description

Methods that act on the “qform” and “sform” information in the NIfTI header.

Usage

sform(object)

## S4 method for signature 'nifti'
sform(object)

qform(object)

## S4 method for signature 'nifti'
qform(object)

Arguments

object

is an object of class nifti.

Methods

object = "nifti"

Extract or replace NIfTI description.

Author(s)

Brandon Whitcher bwhitcher@gmail.com

Examples


## Not run: 
url <- "http://nifti.nimh.nih.gov/nifti-1/data/avg152T1_LR_nifti.nii.gz"
urlfile <- file.path(system.file("nifti", package="oro.nifti"),
                     "mniLR.nii.gz")
download.file(url, urlfile, quiet=TRUE)

## End(Not run)
urlfile <- file.path(system.file("nifti", package="oro.nifti"),
                     "mniLR.nii.gz")
mniLR <- readNIfTI(urlfile)
sform(mniLR)

muschellij2/oro.nifti documentation built on Sept. 9, 2024, 7:14 a.m.