CVBpy 14.0
All Classes Namespaces Functions Variables Properties Pages
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.
 
int ByteOrder = 5
 Byte order: 0 = Least significant byte first (LSF), 1 = Most significant byte first (MSF).
 
int DataType = 4
 Datatype as defined in the ENVI-format.
 
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).
 
int Lines = 2
 The number of lines.
 
int Samples = 1
 The number of samples.
 
int Wavelength = 8
 Array of wavelengths with the unit given in CVSFI_WavelengthUnit.
 
int WavelengthUnit = 9
 Wavelength unit.
 

Detailed Description

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

Member Data Documentation

◆ 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.