orientation: Orientation storage

View source: R/niftiFMRI.R

orientationR Documentation

Orientation storage

Description

To determine if data is stored in Radiological or Neurological order.

Usage

orientation(L)

Arguments

L

a NIFTI header list

Value

-1 for Radiological and 1 for Neurological.

Examples

L <- f.read.nifti.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))
orientation(L)

AnalyzeFMRI documentation built on Aug. 8, 2025, 7:16 p.m.