{% include "webgateway/base/includes/script_src_jquery.html" %}
Home
|
Logout
Displays Image planes in a grid with chosen dimensions along each axis.
{{ image.name }}
Greyscale:
Time
Z
Channel
 
Time
Z
Channel
{% for row in grid %} {% if forloop.first %}
{% for x in xRange %}
{{ xDim }}: {{ x }}
{% endfor %} {% endif %}
{% for cell in row %} {% if forloop.first %}
{{ yDim }}: {{forloop.parentloop.counter}}
{% endif %}
{% endfor %}
{% endfor %}