{% extends "report_base.html" %} {% block content %} {{ macros.merging_statistics(scaling_tables, None, "main") }} {% if error_model_summary %}

Error model details

{{ error_model_summary }}

{% endif %}

Analysis plots

{{ 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 %}