This class extends MetaInfo to include file-specific metadata for neuroimaging data files.
This class extends FileMetaInfo with NIfTI-specific metadata.
This class extends FileMetaInfo with AFNI-specific metadata.
Slots
header_fileA
characterstring specifying the name of the file containing meta information.data_fileA
characterstring specifying the name of the file containing image data.descriptorA
FileFormatobject describing the image file format.endianA
characterstring specifying the byte order of data ('little' or 'big').data_offsetA
numericvalue indicating the number of bytes preceding the start of image data in the data file.bytes_per_elementAn
integerspecifying the number of bytes per data element.interceptA
numericvector of constant values added to image data (one per sub-image).slopeA
numericvector of multipliers for image data (one per sub-image).headerA
listof format-specific attributes.nifti_headerA
listof attributes specific to the NIfTI file format.afni_headerA
listof attributes specific to the AFNI file format.