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

headerFile

name of the file containing meta information

dataFile

name of the file containing data

fileDescriptor

descriptor of image file format

endian

byte order of data ('little' or 'big')

dataOffset

the number of bytes preceding the start of image data in data file

bytesPerElement

number of bytes per element

intercept

constant value added to image – multiple values allowed (must equal numer of sub-images)

slope

image multiplier – multiple values allowed (must equal numer of sub-images)

header

a list of format specific attributes

nifti_header

a list of attributes specific to the NIfTI file format

afni_header

a list of attributes specific to the AFNI file format

afni_header

a list of attributes specific to the AFNI file format


[Package neuroim version 0.0.6 Index]