{% extends "iop4admin/singleobj.html" %} {% block content %} {{ object.fileloc }}

{% if url_changelist is not None %} Back to list

{% endif %} {% if url_raw is not None %} See raw file

{% endif %} {% if url_reduced is not None %} See reduced file

{% endif %} {% if url_viewer is not None %} See in advanced FITS viewer

{% endif %}

Fields

{% for k, v in fields_and_values.items %} {% if v != "None" %} {% endif %} {% endfor %} {% for k, v in fields_and_values.items %} {% if v != "None" %} {% endif %} {% endfor %}
{{ k }}
{{ v }}
{% if object.fileexists %}

Summary statistics


{% for key in stats %} {% endfor %} {% for value in stats.values %} {% endfor %}
{{ key }}
{{ value | stringformat:".2g" }}

Preview




			
			
			
			


			
		

Reduction information:

Calibration Frames

Astrometric calibration

Astrometry info:

{% for D in astrometry_info %} {% for k,v in D.items %} {% endfor %} {% endfor %}
{{ k }} {{ v |truncatechars:500 }}

Summary images (scroll horizontally)

{% for fname, imgb64 in astrometry_img_D.items reversed %} {{ fname }} {% empty %} There are no images for astrometry. {% endfor %}

Sources in the field

{% if sources_in_field_L %} {% else %} No sources found in this field. {% endif %}

Results from this image

Link to results {{ photopolresults_text }}

FITS file headers:

{% for header in header_L %}

Header {{forloop.counter }}:

(scroll down)
{% for key, value in header.items %} {% endfor %}
Key Value
{{ key }} {{ value }}
{% endfor %} {% else %}

Local file does not exist, FIT can not be opened.

{% endif %} {{ block.super }} {% endblock %}