Learn R Programming

AnalyzeFMRI (version 1.1-11)

diminfo2fps: diminfo2fps

Description

Extract freq.dim, phase.dim and slice.dim fields from the one byte dim.info field of a NIFTI header file.

Usage

diminfo2fps(dim.info)

Arguments

Value

  • A list containing freq.dim, phase.dim and slice.dim fields.

See Also

fps2diminfo

Examples

Run this code
dim.info <- f.read.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))$dim.info
diminfo2fps(dim.info)

Run the code above in your browser using DataLab