| FileMetaInfo-class {neuroim} | R Documentation |
FileMetaInfo
Description
This class contains meta information from an image data file
This class contains meta information for a NIfTI image file
This class contains meta information for a AFNI image file
Slots
headerFilename of the file containing meta information
dataFilename of the file containing data
fileDescriptordescriptor of image file format
endianbyte order of data ('little' or 'big')
dataOffsetthe number of bytes preceding the start of image data in data file
bytesPerElementnumber of bytes per element
interceptconstant value added to image – multiple values allowed (must equal numer of sub-images)
slopeimage multiplier – multiple values allowed (must equal numer of sub-images)
headera list of format specific attributes
nifti_headera
listof attributes specific to the NIfTI file formatafni_headera list of attributes specific to the AFNI file format
afni_headera
listof attributes specific to the AFNI file format