| 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
dataTypethe data type code, e.g. FLOAT
Dimimage dimensions
spatialAxesimage axes for spatial dimensions (x,y,z)
additionalAxesaxes for dimensions > 3 (e.g. time, color band, direction)
spacingvoxel dimensions
origincoordinate origin
labelname(s) of images
[Package neuroim version 0.0.6 Index]