{% extends "report_base.html" %} {% block content %}
{{ macros.table(crystal_table) }}
{{ macros.table(geometry_table) }}
{% if scan_varying_graphs | length %} {{ macros.panel('Analysis of scan-varying crystal model', 'scan_varying', scan_varying_graphs) }} {% endif %}

DIALS analysis plots

{{ macros.panel('Analysis of strong reflections', 'strong', strong_graphs) }} {% if centroid_graphs | length %} {{ macros.panel('Analysis of reflection centroids', 'centroid', centroid_graphs) }} {% endif %} {% if intensity_graphs | length %} {{ macros.panel('Analysis of reflection intensities', 'intensity', intensity_graphs) }} {% endif %} {% if reference_graphs | length %} {{ macros.panel('Analysis of reference profiles', 'reference', reference_graphs) }} {% endif %}
{% if scaling_tables | length %}
{{macros.merging_statistics(scaling_tables, xtriage_output, 'main')}}
{{ macros.panel('Analysis by resolution', 'cc_one_half', resolution_plots) }} {{ macros.panel('Analysis by image number', 'batch', batch_graphs, tables=image_range_tables) }} {{ macros.panel('Scaling model plots', 'scaling_model', scaling_model_graphs) }} {{ macros.panel('Miscellanous plots', 'misc_plots', misc_plots) }} {{ macros.panel('Scaled intensity plots', 'scaled_intensity_plots', scaled_intensity_plots) }}
{% endif %}
{% endblock %}