Replies: 1 comment 3 replies
-
Hi @physici, The "blending-like" effect that you see is expected and happens in real-life also. Here are for examples measurements of a LED Wall primaries and its white, not how the individual primaries do not overlap as much as their combined output: If one was to sum the irradiance of the individual primaries and compare it to the measured white, he would see that it is exactly, disregarding measurement variance, the same as the measured white:
Cheers, Thomas |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I measure the reflectance of objects based on multi-plexed illumination with a variety of LEDs. A couple of LEDs are rather close in their peak emission and the respective gaussians overlap. However, as the LEDs are switched on in sequence, the spectral data of the reflectance is not overlapping.
When using the sd_multi_leds function to construct the spectral distribution, the spectrum gets distorted as all gaussians of the LEDs are summed. This results in a over-rating of the LEDs that are close together.
When looking at the attached image, the code below produces only 6 peaks where 7 should be depicted. Additionally, the peak in the blue-region is twice as high as expected.
How would I create the correct spectral distribution?
Code for Reproduction
Exception Message
No response
Environment Information
Beta Was this translation helpful? Give feedback.
All reactions