BrainMetaInfo-class: BrainMetaInfo This class contains meta information from an...

Description Usage Arguments Value Slots

Description

BrainMetaInfo

This class contains meta information from an image

This class contains meta information for an image

Usage

1
2
3
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


neuroim documentation built on May 2, 2019, 1:04 p.m.