{% extends "webemdb/base/base_main.html" %} {% block title %} {{ image.name }} {% endblock %} {% block link %} {% endblock %} {% block jscript %} {% endblock %} {% block content %} {% if image %}
Image: {{ image.getName }}
ID: {{ image.getId }}
{% if image.getDescription %}

{{ image.getDescription|linebreaks }}

{% endif %} {% if entryId %} EMDB {{ entryId }} {% endif %}

Image Viewer

Custom X,Y,Z projections

Projection z
Projection y
Projection x
Slice z = {{ z }}/{{ image.z_count }}
Slice y
Slice x

OMERO Z-projections

Max Intensity Projection
{% else %} Dataset not found {% endif %} {% endblock %}