Submitted by {% include 'user/display_name.html' with user=image.user %}
on {{ image.submission.submitted_on }}
under {% include 'license/license_link.html' with license=image.license %}
{% if user.is_authenticated and user == image.user %}
{% comment %}
{% include 'license/form.html' with license_form=license_form next=request.path licensable_id=image.id licensable_type='UserImage' %}
{% endcomment %}
publicly visible:
{% include 'hideable/publicly_visible.html' with hideable=image %}
{% endif %}
Job Status
Job {{ job.id }}:
{% include 'job/status.html' with job=job %}
Calibration
{% if calib %}
Center (RA, Dec): | ({{ calib.format_radec }}) |
Center (RA, hms): | {{ calib.format_ra_hms|safe }} |
Center (Dec, dms): | {{ calib.format_dec_dms|safe }} |
Size: | {{ calib.format_size }} |
Radius: | {{ calib.format_radius }} |
Pixel scale: | {{ calib.format_pixscale }} |
Orientation: | {{ calib.format_orientation }} |
WCS file: |
wcs.fits |
New FITS image: |
new-image.fits |
Reference stars nearby (RA,Dec table): |
rdls.fits |
Stars detected in your images (x,y table): |
axy.fits |
Correspondences between image and reference stars (table): |
corr.fits |
Legacy Surveys sky browser: |
browse the sky |
KMZ (Google Sky): |
image.kmz |
World Wide Telescope: |
view in WorldWideTelescope |

{% if calib.get_radius < 15 %}

{% if calib.get_radius < 1.5 %}

{% if calib.get_radius < 0.15 %}

{% endif %}
{% endif %}
{% endif %}
{% else%}
No calibration data available.
{% endif %}
Tags
{% include 'tag/list.html' with category='user_image' recipient_id=image.id tags=image.tags.all recipient_owner=image.user next=request.path %}
{% include 'tag/form.html' with category='user_image' recipient_id=image.id recipient_owner=image.user next=request.path %}
{% if user.is_authenticated %}
Flags
{% include 'flag/form.html' with user=request.user flags=flags selected_flags=selected_flags category='user_image' recipient_id=image.id next=request.path %}
{% endif %}
{% if user == image.user %}
{% endif %}
{{ image.description }}
{% if calib %}
{% with nearby_images=image.get_neighbouring_user_images %}
{% if nearby_images %}
Nearby Images
(
View All)
{% include 'user_image/image_set.html' with images=nearby_images|slice:'6' thumbnail_size='small' %}
{% endif %}
{% endwith %}
{% endif %}
Comments
{% include 'comment/list.html' with comments=image.comment_receiver.comments.all next=request.path %} {% include 'comment/form.html' with comment_form=comment_form category='user_image' recipient_id=image.comment_receiver.id next=request.path %}