Defines the field IDs to access fields in the metadata object. More...
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. | |
| int | HeaderOffset = 7 |
| Header offset in bytes. | |
| 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. | |
Defines the field IDs to access fields in the metadata object.
|
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.