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 @@ -344,23 +344,22 @@ message StationaryObject
344344 message IntensityDistribution
345345 {
346346 // Horizontal deflection (azimuth) of emission in emitting object
347- // coordinates .
347+ // coordinate system .
348348 //
349349 // Unit: rad
350350 optional double horizontal_angle = 1 ;
351351
352352 // Vertical deflection (elevation) of emission in emitting object
353- // coordinates .
353+ // coordinate system .
354354 //
355355 // Unit: rad
356356 optional double vertical_angle = 2 ;
357357
358358 // Emitted intensity of emitting object at this point for one specific wavelength.
359359 // The value corresponds to the intensity defined in max_intensity_per_wavelength.
360360 //
361- // Unit: dB
362- //
363- optional double intensity = 3 ;
361+ // Unit: %
362+ optional double relative_intensity = 3 ;
364363 }
365364 }
366365 }
You can’t perform that action at this time.
0 commit comments