{% extends "base.html" %} {% block title %}Results · {{ project.name }}{% endblock %} {% block body %} {% set active_tab = 'results' %} {% include '_project_tabs.html' %} {% if not files %}
📄
No tuning files yet. Run CTT to generate them.
{% else %}

Calibration results

Generated
The sensor's shipped default tuning, evaluated on your captures.

AWB CT curve

White-balance locus — R/G against B/G across the calibrated colour-temperature range (hover for the CT).

ALSC luminance falloff

R G B

Lux response

Luminance per lux (Y / lux·exp·gain) for each capture against colour temperature — ideally flat. The dashed line is the value the lux calibration uses. A sloped/scattered response means the sensor's luminance-per-lux is colour-temperature dependent, so a single lux reference will read off away from the anchor.

Sensor references

Reference lux
Noise slope
Noise constant
Black level
{% endif %} {% endblock %} {% block scripts %} {% endblock %}