{% import 'xia2_macros.html' as xia2_macros %} {% extends "report_base.html" %} {% block content %}

Merging statistics

Filename: {{ filename }}
Space group: {{ space_group }}
Unit cell: {{ unit_cell }}

{% if log_text %}
{{ log_text }}
                    
{% endif %} {% if mtz_history %}
    {% for item in mtz_history %}
  • {{ item }}
  • {% endfor %}
{% endif %}
{{ macros.table(overall_stats_table, has_column_header=true, has_row_header=true) }}
{{ macros.table(merging_stats_table, has_column_header=true) }} *significant at p={{ cc_half_significance_level }}
{% if xtriage_success or xtriage_warnings or xtriage_danger %} {{ xia2_macros.xtriage_results(xtriage_success, xtriage_warnings, xtriage_danger) }} {% endif %}

Analysis plots

{{ macros.panel('Analysis by resolution', 'resolution', resolution_graphs) }} {{ macros.panel('Analysis by batch', 'batch', batch_graphs) }} {{ macros.panel('Miscellaneous', 'misc', misc_graphs, styles=styles) }}

{{ xia2_version }}

{% endblock %}