{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

General Results

{# Original image #} {# Result image #} {# Legend #}
Input Image Output Heatmap Legend
original image result image {% for temp, color in legend.items() %} {% endfor %}
Color Temperature
{{ temp }}°C

Individual Firebrands

{% for item in individual_firebrands %} {# output heatmap #} {# legend #} {% endfor %}
Output Heatmap Legend
result image

Firebrand {{ loop.index }}

{% for temp, color in item["legend"].items() %} {% endfor %}
Color Temperature
{{ temp }}°C

{# Temperature Frequency Plot #}
Temperature Distribution
{{ freq_plot | safe }}
{% endblock %}