Static Public Attributes | List of all members
FieldID Class Reference

Defines the field IDs to access fields in the metadata object. More...

Inherits object.

Static Public Attributes

int Bands = 3
 The number of bands. More...
 
int ByteOrder = 5
 Byte order: 0 = Least significant byte first (LSF), 1 = Most significant byte first (MSF). More...
 
int DataType = 4
 Datatype as defined in the ENVI-format. More...
 
int FileType = 6
 File type: Default value: "ENVI Standard".
 
int Fwhm = 10
 Array of Full-width-half-maximum values. More...
 
int HeaderOffset = 7
 Header offset in bytes. More...
 
int Interleave = 0
 Defines the way the spectral data of the buffer is ordered (view_perspective). More...
 
int Lines = 2
 The number of lines. More...
 
int Samples = 1
 The number of samples. More...
 
int Wavelength = 8
 Array of wavelengths with the unit given in CVSFI_WavelengthUnit. More...
 
int WavelengthUnit = 9
 Wavelength unit. More...
 

Detailed Description

Defines the field IDs to access fields in the metadata object.

Member Data Documentation

◆ Bands

int Bands = 3
static

The number of bands.

◆ ByteOrder

int ByteOrder = 5
static

Byte order: 0 = Least significant byte first (LSF), 1 = Most significant byte first (MSF).

◆ DataType

int DataType = 4
static

Datatype as defined in the ENVI-format.

◆ Fwhm

int Fwhm = 10
static

Array of Full-width-half-maximum values.

The same unit as in wavelength_unit.

◆ HeaderOffset

int HeaderOffset = 7
static

Header offset in bytes.

Number of bytes to skip when reading the ENVI-binary file.

◆ Interleave

int Interleave = 0
static

Defines the way the spectral data of the buffer is ordered (view_perspective).

◆ Lines

int Lines = 2
static

The number of lines.

◆ Samples

int Samples = 1
static

The number of samples.

◆ Wavelength

int Wavelength = 8
static

Array of wavelengths with the unit given in CVSFI_WavelengthUnit.

◆ WavelengthUnit

int WavelengthUnit = 9
static

Wavelength unit.