Skip to content

Commit 3bb7756

Browse files
LukasElsterStefan Cyliax
authored andcommitted
Minor changes due to discussion in working group.
Signed-off-by: @lukas.elster <lukas.elster@tu-darmstadt.de>
1 parent b833f5d commit 3bb7756

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

osi_object.proto

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)