BrainMetaInfo-class {neuroim} | R Documentation |
BrainMetaInfo
This class contains meta information from an image
This class contains meta information for an image
BrainMetaInfo(Dim, spacing, origin = rep(0, length(spacing)),
dataType = "FLOAT", label = "",
spatialAxes = OrientationList3D$AXIAL_LPI, additionalAxes = NullAxis)
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) |
an instance of class BrainMetaInfo
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