osi3::WavelengthData Struct Reference
Detailed Description
Detailed WavelengthRange message.
Defines the start (minimum) and the end (maximum) values of the wavelength. Additionally, the number of samples within this range is defined in this message.
Member Data Documentation
◆ start
optional double osi3::WavelengthData::start = 1 |
The start, or the minimum wavelength value.
Unit: m
◆ end
optional double osi3::WavelengthData::end = 2 |
The end, or the maximum wavelength value.
Unit: m
◆ samples_number
optional double osi3::WavelengthData::samples_number = 3 |
Number of samples to be considered within the defined wavelength range.
The number of samples includes the start and the end values that are defined in this message, starting from the "start" value.
- Note
- This defines the number of wavelengths to be computed during simulation, not to be confused with samples_per_pixel.
- osi_common.proto