Skip to contents

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.

Constructor for AFNIMetaInfo class

Usage

NIFTIMetaInfo(descriptor, nifti_header)

AFNIMetaInfo(descriptor, afni_header)

Arguments

descriptor

an instance of class AFNIFormat

nifti_header

a list returned by readNIftiHeader

afni_header

a list returned by read_afni_header

Value

an instance of class NIFTIMetaInfo

an instance of class AFNIMetaInfo

Slots

header_file

name of the file containing meta information

data_file

name of the file containing data

descriptor

descriptor of image file format

endian

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

data_offset

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

bytes_per_element

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