{% extends 'tom_common/base.html' %} {% load bootstrap4 targets_extras dataproduct_extras static %} {% block title %}Target Selection{% endblock %} {% block additional_css %} {% endblock %} {% block content %}

Select Targets for an Observing Facility

The form below will calculate the visibility of targets on a selected target list from your observatory of choice, for a 24hr window starting at the date/time given (UTC). Note the visibility is calculated at 10min intervals, so rise/set times and duration of visibility are approximate.

{% csrf_token %}
{% bootstrap_field form.observatory %}
{% bootstrap_field form.window_start %}
{% bootstrap_field form.target_list %}
{% if targets_page.has_other_pages %} {% bootstrap_pagination targets_page %} {% endif%} {%if use_table %} {% for col in table_columns %} {% endfor %} {% if target_visibilities|length > 0 %} {% for entry in target_visibilities %} {% for item in entry %} {% if forloop.counter0 > 1 %} {% endif %} {% endfor %} {% endfor %} {% else %} {% endif %} {% endif %}
{{col}}
{{ entry.1 }} {{item}}
No visible targets found
{% if targets_page.has_other_pages %} {% bootstrap_pagination targets_page %} {% endif%}
{% endblock %}