Skip to content

Commit d2457f2

Browse files
committed
Minor changes due to discussion in working group.
Signed-off-by: @lukas.elster <lukas.elster@tu-darmstadt.de>
1 parent 34d5a8a commit d2457f2

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
@@ -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
}

0 commit comments

Comments
 (0)