{% extends "webgateway/core_html.html" %} {% load i18n %} {% comment %} {% endcomment %} {% block title %} {{ image.getName }} {% endblock %} {% block link %} {% endblock %} {% block script %} {{ block.super }} {% include "webgateway/base/includes/script_src_jquery.html" %} {% endblock %} {% block body %}

{{ image.getName|slice:":20" }}


Solid | Wire Frame

{% if contourSliderInit %} Contour Level:
{% endif %}

{% if image %}
Map Size: {{ image.getSizeX }} x {{ image.getSizeY }} x {{ image.getSizeZ }} {% if sizeOptions.small %}
(scaled to: {{ sizeOptions.small.x|floatformat:0 }} x {{ sizeOptions.small.y|floatformat:0 }} x {{ sizeOptions.small.z|floatformat:0 }})
{% endif %}
Map Pixel Data: {{ image.getPrimaryPixels.getPixelsType.value }}
Compressed (int8)
{% ifequal image.getPrimaryPixels.getPixelsType.value 'float' %} Raw Data (float) {% endifequal %}
Download full map

{% endif %}
Controls:
  • Zoom: Shift and Drag up/down
  • Pan: Drag and hold down Ctrl
{% endblock %}