open_simulation_interface  master (560d23a)
osi3::WavelengthData Struct Reference

Detailed WavelengthRange message. More...

Collaboration diagram for osi3::WavelengthData:

Public Attributes

optional double start = 1
 The start, or the minimum wavelength value. More...
 
optional double end = 2
 The end, or the maximum wavelength value. More...
 
optional double samples_number = 3
 Number of samples to be considered within the defined wavelength range. More...
 

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.

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