This class encapsulates meta information for neuroimaging data types, including spatial and temporal characteristics, data type, and labeling.
Details
The MetaInfo class provides a structured way to store and access essential metadata for neuroimaging data. This includes information about the data type, spatial and temporal dimensions, voxel spacing, and coordinate system origin.
Slots
data_typeA
characterstring specifying the data type code (e.g., "FLOAT", "INT").dimsA
numericvector representing image dimensions.spatial_axesAn
AxisSet3Dobject representing image axes for spatial dimensions (x, y, z).additional_axesAn
AxisSetobject representing axes for dimensions beyond spatial (e.g., time, color band, direction).spacingA
numericvector representing voxel dimensions in real-world units.originA
numericvector representing the coordinate origin.labelA
charactervector containing name(s) of images or data series.