{% 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 %} {% endif %} {% endblock left_menu %} {% block main %}
Step | Image Type | {% for channel in channels %}{{ channel }} | {% endfor %}|||||
---|---|---|---|---|---|---|---|
step configuration | {% 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 %} {% else %} {{ imtype }} {% endif %} | {% for success, failure, pending, by_status in by_channel %} {% with final=success|add:failure %} {% with total=final|add:pending %}
|
{% endwith %}
{% endwith %}
{% endfor %}
{% if runs %}
{% for run_id, started, finished in runs %}
Started {{started}}
{% endfor %}
{% endif %}
|