File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -305,23 +305,22 @@ message StationaryObject
305305 message IntensityDistribution
306306 {
307307 // Horizontal deflection (azimuth) of emission in emitting object
308- // coordinates .
308+ // coordinate system .
309309 //
310310 // Unit: rad
311311 optional double horizontal_angle = 1 ;
312312
313313 // Vertical deflection (elevation) of emission in emitting object
314- // coordinates .
314+ // coordinate system .
315315 //
316316 // Unit: rad
317317 optional double vertical_angle = 2 ;
318318
319319 // Emitted intensity of emitting object at this point for one specific wavelength.
320320 // The value corresponds to the intensity defined in max_intensity_per_wavelength.
321321 //
322- // Unit: dB
323- //
324- optional double intensity = 3 ;
322+ // Unit: %
323+ optional double relative_intensity = 3 ;
325324 }
326325 }
327326 }
You can’t perform that action at this time.
0 commit comments