{% extends 'core/lcars_app.html' %} {% load static %} {% block header_title %} AutoWISP Reductions Progress {% endblock header_title %} {% block extra_head %} {% if refresh_seconds %} {% endif %} {% endblock extra_head %} {% block app_title %} Processing Progress {% endblock app_title %} {% block left_menu %} {% if not running %}
Start Processing
{% endif %}
Add New Images
{% endblock left_menu %} {% block main %} {% for channel in channels %} {% endfor %} {% for step, imtype, by_channel, runs in progress %} {% for success, failure, pending, by_status in by_channel %} {% with final=success|add:failure %} {% with total=final|add:pending %} {% endwith %} {% endwith %} {% endfor %} {% endfor %}
Step Image Type{{ channel }}
step configuration
{{ step|join:" " }}
{% if step.0 == 'fit' and step.1 == 'magnitudes' or step.0 == 'find' and step.1 == 'stars' %} {% if step.0 == 'fit' and step.1 == 'magnitudes' %} select reference image {% else %} tune source extraction {% endif %}
{{ imtype }}
{% else %} {{ imtype }} {% endif %}
{% for status, count in by_status %} {% endfor %}
{% if step.0 == 'fit' and step.1 == 'magnitudes' or step.0 == 'epd' or step.0 == 'tfa' or step.1 == 'epd' or step.1 == 'tfa' %} Review magnitude fitting performance {% endif %}
{{success}}/{{total}} {% if failure > 0 %} | {{failure}}/{{total}} {% endif %}
{% if step.0 == 'fit' and step.1 == 'magnitudes' %} {% endif %}
Status {{ status }}
{{count}}/{{pending}}
{% endblock main %}