{% extends "webclient/scripts/base_custom_dialog.html" %} {% load i18n %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% block title %} Create Split View Figure {% endblock %} {% block script %} {{ block.super }} {% endblock %} {% block script_form %}

Create Split View Figure


Figure Name: Format:
Show Scalebar: Length (microns): Overlay Colour:
Panel Width: Panel Height:
Z section: Last Viewed: Z Projection:

Channel Names:
{% for c in channels %} {% endfor %}
Split Indexes:
Merged Colours
{% for c in channels %} {% endfor %}
{% endblock %} {% block custom_controls %} {% for c in channels %} {% endfor %}
Split Panels Grey:
Merged Names:
{% for c in channels %} {% endfor %}
{% endblock %} {% block figure_preview %} {% for c in channels %} {% endfor %} {% for imgData in imgDict %} {% for ch in channels %} {% endfor %} {% endfor %}
{{ c.getLabel }} {% for c in channels %}
{{ c.getLabel }}
{% endfor %}
{{ imgData.name }}
{% endblock %}