xyzt2st {AnalyzeFMRI}R Documentation

xyzt2st

Description

Extract space and time dimensions fields from the one byte xyzt.units field of a NIFTI header file.

Usage

xyzt2st(xyzt.units)

Arguments

xyzt.units xyzt.units field of a NIFTI header file

Value

A list containing space and time fields.

See Also

st2xyzt

Examples

xyzt.units <- f.read.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))$xyzt.units
xyzt2st(xyzt.units)

[Package AnalyzeFMRI version 1.1-11 Index]