| FileMetaInfo-class | R Documentation |
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.
header_fileA character string specifying the name of the file containing meta information.
data_fileA character string specifying the name of the file containing image data.
descriptorA FileFormat object describing the image file format.
endianA character string specifying the byte order of data ('little' or 'big').
data_offsetA numeric value indicating the number of bytes preceding the start of image data in the data file.
bytes_per_elementAn integer specifying the number of bytes per data element.
interceptA numeric vector of constant values added to image data (one per sub-image).
slopeA numeric vector of multipliers for image data (one per sub-image).
headerA list of format-specific attributes.
nifti_headerA list of attributes specific to the NIfTI file format.
afni_headerA list of attributes specific to the AFNI file format.
MetaInfo-class, NIFTIMetaInfo-class, AFNIMetaInfo-class
FileMetaInfo-class
FileMetaInfo-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.