open_simulation_interface  v3.4.0 (2021-11-18)
osi3::WavelengthData Struct Reference

Detailed WavelengthRange message. More...

Collaboration diagram for osi3::WavelengthData:

Public Attributes

optional double start = 1
 
optional double end = 2
 
optional double samples_number = 3
 

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

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

◆ start

optional double osi3::WavelengthData::start = 1

The start, or the minimum wavelength value.

Unit: m


The documentation for this struct was generated from the following file: