{% extends "layout.html" %} {% block body %}

Per-run matches to cluster {{ meta['id'] }} from {{ info['bag_file'] }}.bag ({{ run }})

{% if prev %} Prev
{% endif %} {% if next %} Next
{% endif %}

Reference image ({{ run }})


Taken at {{ dt[0] }}/{{ dt[1] }}/{{ dt[2] }} {{ dt[3] }}:{{ dt[4] }}:{{ dt[5] }}

Matches and nonmatches

{% for m in matches %} {% if m[2] %} {% else %} {% if m[3] %} {% else %} {% endif %} {% endif %} {% if m[4] %} {% else %} {% endif %} {% endfor %}
Matching object Nearest non-match Run
No matching or nearly-matching cluster! {{ m[0] }} at {{ m[4] }}/{{ m[5] }}/{{ m[6] }} {{ m[7] }}:{{ m[8] }}:{{ m[9] }}
{% endblock %}