BrainMetaInfo-class {neuroim}R Documentation

BrainMetaInfo This class contains meta information from an image

Description

BrainMetaInfo

This class contains meta information from an image

This class contains meta information for an image

Usage

BrainMetaInfo(Dim, spacing, origin = rep(0, length(spacing)),
  dataType = "FLOAT", label = "",
  spatialAxes = OrientationList3D$AXIAL_LPI, additionalAxes = NullAxis)

Arguments

Dim

image dimensions

spacing

voxel dimensions

origin

coordinate origin

dataType

the type of the data (e.g. "FLOAT")

label

name(s) of images

spatialAxes

image axes for spatial dimensions (x,y,z)

additionalAxes

axes for dimensions > 3 (e.g. time, color band, direction)

Value

an instance of class BrainMetaInfo

Slots

dataType

the data type code, e.g. FLOAT

Dim

image dimensions

spatialAxes

image axes for spatial dimensions (x,y,z)

additionalAxes

axes for dimensions > 3 (e.g. time, color band, direction)

spacing

voxel dimensions

origin

coordinate origin

label

name(s) of images


[Package neuroim version 0.0.6 Index]