{% for item in items %} {% if item.type == "plot" %}
{{ item.html|safe }}
{% elif item.type == "image" %}
Segmentation Visualization
{% elif item.type == "segmented" %}
Segmented image
Press and hold 'T' to view original image
{% elif item.type == "text" %}
{{ item.content }}
{% elif item.type == "stats" %}
{% for stat in item.stats %}
{{ stat.value }}
{{ stat.label }}
{% if stat.trend %}
vs expected:
{{ stat.trend_value }}
{% endif %}
{% endfor %}
{% elif item.type == "histogram_viewer" %}
Distribution Histograms
Select Metric
{% for histogram in item.histograms %}
{{ histogram.name }}
{% endfor %}
Select a metric to view histogram
{% endif %} {% endfor %}
{% endfor %}
Single Axon Inspection
Use this tool to examine individual axons in detail. Navigate using the
controls or keyboard shortcuts. Press and hold 'T' to temporarily view
the original axon image.