Report created at: {{report_date}}

Summary

{% for row in summaries %} {% for col in row %} {% endfor%} {% endfor%}
{{col}}

Adjusting result

{% for image in adjust %} {% endfor%}
Before adjustment After adjustment

Error adjustment

Only the first 5 results of each error are displayed, and all error detection results can be found under the "AutoHiC/autohic_results/" path.

{% for item in errors %}
{{item.name}}
{% for pair in item.pairs %}
Location: {{pair.start}} - {{pair.end}}
{% endfor%}
{% endfor%}

Additional information

{% for item in additional %}

{{item.name}}

{% for h in item.table_header %} {% endfor%} {% for row in item.table_data %} {% for col in row %} {% endfor%} {% endfor%}
{{h}}
{{col}}
{% endfor%}