{% extends "webgateway/core_html.html" %} {% load i18n %} {% comment %} {% endcomment %} {% block link %} {% for href in extra_css %} {% endfor %} {% endblock %} {% block script %} {% for src in extra_js %} {% endfor %} {% include "webgateway/base/includes/script_src_jquery.html" %} {% include "webgateway/base/includes/script_src_popup.html" %} {% include "webgateway/base/includes/jquery-ui.html" %} {% endblock %} {% block title %} {{ image.getName }} {% endblock %} {% block head %} {% block header_content %} {% endblock %} {% block header_menu %} {% endblock %} {% endblock %} {% block body %} {% block full_body %}

ROIs

Loading ROI data...

Image Information

Basic Information

Image name: 
Owner: 

Dimensions

Image Size Pixel Size
X: px X: 
Y: px Y: 
Z:  Z: 
T: 

Rendering Details

Show help on channel window ranges

Viewing Options

Normal
Max Intensity
Split Channel

Rendering Details

- Edit
{% comment %}{% endcomment %}

Current Image

Z: ?/? | T: 1/1
{% if image.getPixelSizeX %}
{% endif %} {% block roi_buttons %}

ROI Count: {{ roiCount }}

{% if roiCount > 0 %} roiLimit %} title="Cannot display more than {{roiLimit}} ROIs" {% endif %}>Show ROIs | Hide {% endif %}
{% endblock roi_buttons %}
{% block current_image_tools %}{% endblock %}
{% endblock full_body %} {% endblock %}