The JWST Quicklook Application


{#

Instruments

#}
{% for inst in inst_list %}
 Logo link to {{ inst }}
{{ inst }}

{% endfor %}

The JWST Quicklook Application (JWQL) is a database-driven web application and automation framework for use by the JWST instrument teams to monitor the health and stability of the JWST instruments. Visit our about page to learn more about the project.

The JWQL application is currently under heavy development. The 1.0 release is expected in the fall of 2021.

Find a JWST Proposal or File

Submit a proposal number (e.g. 01014, 1078) or file root (e.g. jw01014005001_02101_00001_guider1) to view that proposal or file:
{% if form.errors %} {% for field in form %} {% for error in field.errors %}
{{ error|escape }}
{% endfor %} {% endfor %} {% endif %} {{ csrf_input }} {% for field in form %}
{{ field }} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% endfor %}

Query the Archive

Enter Query Form

Found a bug or have a feature request?

Submit an Issue