{% extends "base.html" %} {% block extrahead %} {% if sub.is_finished %} {% else %} {% comment %} {% endcomment %} {% endif %} {% endblock extrahead %} {% block inline_css %} {{ block.super }} {% include 'job/status.css' %} {% endblock %} {% block javascript %} {{ block.super }} {% endblock %} {% block pagetitle %} Astrometry.net submission {{ sub.id }} {% endblock %} {% block title %} Submission {{ sub.id }} {% endblock %} {% block content %} {% if not finished %}
This page will automatically refresh every 10 seconds. Stop

{% endif %}
Submitter: {% include "user/display_name.html" with user=sub.user %}
Date Submitted: {{ sub.submitted_on }}
Filename: {{ sub.original_filename }}
{% if sub.scale_type == "ul" %} {% else %} {% endif %} {% if sub.positional_error %} {% endif %} {% if sub.center_ra and sub.center_dec and sub.radius %} {% endif %} {% if sub.downsample_factor %} {% endif %} {% if sub.tweak_order != 2 %} {% endif %} {% if sub.use_sextractor %} {% endif %} {% if sub.crpix_center %} {% endif %}
Upload Settings
Parity: {{ sub.get_parity_display }}
Scale Units: {{ sub.get_scale_units_display }}
Scale Type: {{ sub.get_scale_type_display }}
Scale Lower Bound: {{ sub.scale_lower }}
Scale Upper Bound: {{ sub.scale_upper }}
Scale Estimate: {{ sub.scale_est }}
Scale Error: {{ sub.scale_err }}%
Star Positional Error: {{ sub.positional_error }} pixels
Limits: RA, Dec - ({{ sub.center_ra }}, {{ sub.center_dec }})
radius - {{ sub.radius }}
Downsample Factor: {{ sub.downsample_factor }}
Tweak Order: {{ sub.tweak_order }}
Source detection: SourceExtractor
CRPIX: center

{% for image in sub.user_images.all %} {% empty %} {% endfor %}
Go to results page
{% for job in image.jobs.all %} Job {{ job.id }}: {% include "job/status.html" with job=job %}
{% if image.image.is_source_list %} {% else %} Source extraction image (fullsize)
{% endif %} Log file tail [-]
(full)
{{ job.get_log_tail }}
Log file 2 {% empty %} Waiting for processing to start... {% endfor %}
{% if sub.processing_finished and sub.error_message %} Unfortunately, we couldn't process this submission properly:
{{ sub.error_message }}
{% else %} {% if sub.processing_finished and sub.user_images.count == 0 %} {# Avoid a race condition where a user_image has been created between when we checked above, and now. #} Unfortunately, we failed to identify your image. {% if sub.user.username == anonymous_username %}

Since you are not logged in, we intentionally don't show your image here. (We don't want to host arbitrary images for anonymous users!)

{% endif %} {% else %} Thanks for your submission! Please bear with us while we process it. Usually we will have results within 10 minutes. {% if sub.user.username == anonymous_username %}

Please note: since you are not logged in, the contents and results of your submission will only be available upon a successful calibration.

{% endif %} {% endif %} {% endif %}
{% endblock %}