luox-app / luox

Code base for the luox platform
https://luox.app/
GNU General Public License v3.0
15 stars 11 forks source link

Fix area power scale bug #23

Closed chrislo closed 4 years ago

chrislo commented 4 years ago

Trello: https://trello.com/c/bhV5WyNj/55-order-of-magnitude-problem

When the CIE reviewed the application they found an issue with converting from microWatts per square centimetre. We were incorrectly scaling the data. This commit fixes that bug and improves the test coverage to make it clearer what the calculation is doing in all cases.