@@ -1039,25 +1039,30 @@ message RaytracerViewConfiguration
10391039 // The wavelength of the transmitted ray in the simulation.
10401040 //
10411041 // Unit: nm
1042+ //
10421043 optional double emitter_wavelength = 5 ;
10431044
1044- // When reaching the maximmum signal loss during raytracing further raytracing is aborted.
1045- // The maximum signal loss is the relation between current calculated signal strength and the emitted signal
1046- // strength at the ray generation.
1045+ // When reaching the maximmum signal loss during raytracing further
1046+ // raytracing is aborted. The maximum signal loss is the relation between
1047+ // current calculated signal strength and the emitted signal strength at the
1048+ // ray generation.
10471049 //
10481050 // Unit: dB
1051+ //
10491052 optional double maximum_signal_loss = 6 ;
10501053
1051- // The maximum path length desribes the ray's maximum overall distance.
1052- // If the maximum path length is reached during simulation no further interaction is calculated.
1054+ // The maximum path length desribes the ray's maximum overall distance. If
1055+ // the maximum path length is reached during simulation no further
1056+ // interaction is calculated.
10531057 //
10541058 // Unit: m
1059+ //
10551060 optional double max_path_length = 7 ;
10561061
1057- // The maximum number of interaction desribes the ray's maximum hits with surfaces.
1058- // If the maximum number of interaction is reached during simulation no further interaction is calculated.
1062+ // The maximum number of interaction desribes the ray's maximum hits with
1063+ // surfaces. If the maximum number of interaction is reached during
1064+ // simulation no further interaction is calculated.
10591065 //
1060- // Unit: -
10611066 optional uint32 max_number_of_interactions = 8 ;
10621067
10631068 // Format of raytracer data (includes number, kind and format of channels).
@@ -1114,8 +1119,8 @@ message RaytracerViewConfiguration
11141119 //
11151120 // Contains the 2x2 Jones matrix (complex entries) of the ray with
11161121 // information of the electromagnetic wave's phase, signal strength
1117- // and polarisation, which gives you additonaly the projection to the
1118- // subset of the jones vectors.
1122+ // and polarisation, which additionally provides the projection to the
1123+ // subset of the Jones vectors.
11191124 //
11201125 // Layout (in this order):
11211126 // vv[re], vv[im], vh[re], vh[im], hv[re], hv[im], hh[re], hh[im]
0 commit comments