{% extends "report_base.html" %} {% block content %}

Summary of merging statistics

{{ macros.table(scaling_tables[0]) }}

Summary of error model

{{ error_model_summary }}

Merging statistics by resolution bin

{{ macros.table(scaling_tables[1]) }}
{{ macros.panel('Analysis by resolution', 'resolution_plots', resolution_plots) }} {{ macros.panel('Analysis by image number', 'batch_plots', batch_plots, tables=image_range_tables)}} {{ macros.panel('Scaling model plots', 'scaling_model', scaling_model_graphs) }} {{ macros.panel('Scaling outlier plots', 'outlier_plots', scaling_outlier_graphs) }} {{ macros.panel('Error distribution plots', 'error_model_plots', error_model_plots) }} {{ macros.panel('Anomalous plots', 'anom_plots', anom_plots) }} {% if filter_plots|length %} {{ macros.panel('Scaling and filtering plots', 'filter_plots', filter_plots) }} {% endif %} {{ macros.panel('Miscellaneous plots', 'misc_plots', misc_plots) }}
{% endblock %}