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... | |
Defines the field IDs to access fields in the metadata object.
|
static |
The number of bands.
|
static |
Byte order: 0 = Least significant byte first (LSF), 1 = Most significant byte first (MSF).
|
static |
Datatype as defined in the ENVI-format.
|
static |
Array of Full-width-half-maximum values.
The same unit as in wavelength_unit.
|
static |
Header offset in bytes.
Number of bytes to skip when reading the ENVI-binary file.
|
static |
Defines the way the spectral data of the buffer is ordered (view_perspective).
|
static |
The number of lines.
|
static |
The number of samples.
|
static |
Array of wavelengths with the unit given in CVSFI_WavelengthUnit.
|
static |
Wavelength unit.