{% extends "base.html" %} {% block title %}Run · {{ project.name }}{% endblock %} {% block body %} {% set active_tab = 'run' %} {% include '_project_tabs.html' %}

{{ counts.macbeth }} Macbeth · {{ counts.alsc }} ALSC · {{ counts.cac }} CAC · {{ counts.dark }} dark images{% if excluded_count %} · {{ excluded_count }} excluded{% endif %}

Options

Using
The target (PiSP/VC4) is detected from the file; the run is restricted to it.
Only the sections selected by Mode are re-calibrated and replaced; all other sections are preserved from the existing file. In Full mode every section is regenerated (seeded from the existing file).

Black level

Measured from dark frame(s).

AWB & CCM

What the colour matrix minimises: average across all patches (default), the single worst patch, or a chosen subset.

ALSC (lens shading)

Lux

Anchors the lux calibration on the single capture closest to this lux level (default 1000).
Robust average of luminance-per-lux across all captures — less hostage to any one image. Median resists a cluster of similar captures (e.g. several of one illuminant) better than the trimmed mean; both spread per-illuminant error across the set.
{% endblock %} {% block scripts %} {% endblock %}