{% extends 'core/lcars_app.html' %} {% load static %} {% block extra_head %} {% endblock extra_head %} {% block header_bar_extra %}
Intensity range:
{% if range != "minmax" %}
min/max
{% endif %} {% if range != "zscale" %}
zscale
{% endif %} {% with image_index1=image_index|add:"1" %}
1 %} onclick="updateView('previous image')" {% endif %} >
<<< prev. image
next image >>>
{% endwith %} {% endblock header_bar_extra %} {% block footer_bar_extra %}
Transform intensity:
{% if transform %}
None
{% endif %}
{% for trans_choice in transform_list %} {% if trans_choice != transform %}
{{trans_choice}}
{% endif %} {% endfor %} {% endblock footer_bar_extra %} {% block main %}
{% block full_view %}
{% endblock full_view %}
{% block add_js %} {% endblock add_js %} {% url 'processing:update_fits_display' as updateURL %} {% endblock main %}