Retrieve data from the Gemini Observatory Archive (GOA)

This functionality is available once the observation complete, i.e., the status is updated to 'Observed'

{% if messages %} {% endif %}
{% csrf_token %}
{{ form.observation_class }}
{{ form.observation_type }}
{{ form.raw_reduced }} {{ form.raw_reduced.help_text }}
{{ form.qa_state }} {{ form.qa_state.help_text }}
{{ form.filename_prefix }} {{ form.filename_prefix.help_text }}
{{ form.observation_id.help_text }}
{% for radio in form.download_calibrations %}
{% endfor %}
{% if object.status.lower != "observed" %} Observation incomplete. Click to update status. {% else %} {% endif %}