{% 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:
 

{% for row in grid %} {% if forloop.first %} {% for x in xRange %} {% endfor %} {% endif %} {% for cell in row %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
{{ xDim }}: {{ x }}
{{ yDim }}: {{forloop.parentloop.counter}}