{% extends 'tom_common/target-dash.html' %} {% load comments bootstrap4 tom_common_extras targets_extras observation_extras dataproduct_extras static cache gemini tom_overrides dataproduct_visualizer %} {% block title %} Target {{ object.name }}{% endblock %} {% block target_obs_content %}

Observe

{% observing_buttons object %}
{% observationtemplate_run object %}

Plan

{% if object.type == 'SIDEREAL' %} {% target_plan %} {% moon_distance object %} {% elif target.type == 'NON_SIDEREAL' %}

Airmass plotting for non-sidereal targets is not currently supported. If you would like to add this functionality, please check out the non-sidereal airmass plugin.

{% endif %}
{% existing_observation_form object %}

Observations

Update Observations Status {% observation_list object %}
{% if user.is_authenticated %} {% upload_dataproduct object %} {% endif %} {% dataproduct_list_for_target object %}
{% target_groups target %}
{% dataproduct_visualizer target "photometry" %} {% get_photometry_data object %}
{% dataproduct_visualizer target "spectroscopy" %}
{% endblock %}