Daylight Factor rounded values

Hi @OlivierDambron,

  1. Since daylight factor is a division of illuminance at the sensor point by the sky illuminance the value of 10,000 vs 100,000 doesn’t make a difference in the final results. The reason to pick 100,000 over 10,000 is what is mentioned in this discussion: https://www.radiance-online.org//pipermail/radiance-general/2009-December/006413.html

  2. It is intentional. We’re using a software with %5-10 error because of the stochastic model of calculation. We had this discussion early on and decided to round all the numbers which will saves us memory (integer vs float) and is fine from the accuracy point of view. If you want to get the original values you should change these line.

Keep in mind that this method is used by all the recipes and it will make all the results to be float instead of integer. If you only want to change it for daylight factor it is in line 276.

Now why do you need the float value?

5 Likes