{% extends "monthplan/base.html" %} {% load monthplan_templates %} {% block content %} {% if scan %} {% endif %}
Scans
{{ scan.start|date:"d M Y H:i:s" }} {{ scan.stop|date:"d M Y H:i:s" }} {{ scan.experiment }} {% if user.is_authenticated %} download csv{% endif %}{{ scan.ra|floatformat:4 }}{{ scan.dec|floatformat:4 }}{{ scan.target }}
{% if flightplans and user.is_authenticated %} {% for obs in flightplans %} {% endfor %}
Flight program
{% if obs.valid %} {% else %} {% endif %} {{ obs.start|date:"d M Y H:i:s"}} {{ obs.stop|date:"d M Y H:i:s"}} {{ obs.experiment }} RA: {{ obs.ra|floatformat:4 }} Dec: {{ obs.dec|floatformat:4 }} Loaded: {{ obs.load_stamp|date:"d M Y" }}
MJD {{ obs.mjd_start|floatformat:6}} {{ obs.mjd_stop|floatformat:6}} Q1: {{ obs.q1 }} Q2: {{ obs.q2 }} Q3: {{ obs.q3 }} Q4: {{ obs.q4 }}
OBT {{ obs.obt_start|floatformat:4}} {{ obs.obt_stop|floatformat:4}}
{% endif %} {% if seances %} {% for seance in seances %} {% endfor %} {% endif %} {% if corrections %} {% for cor in corrections %} {% endfor %} {% endif %} {% if observations %} {% for obs in observations %} {% endfor %} {% endif %} {% if scans %} {% for scan in scans %} {% endfor %} {% endif %} {% if datadumps and user.is_authenticated %} {% for dd in datadumps %} {% endfor %} {% endif %}
Сеансы связи с КА
{{ seance.start }} {{ seance.stop }} {{ seance.stations }}
Коррекция траектории КА
{{ cor.start }}{{ cor.stop }}IMPSTART: {{ cor.impstart }}
Наблюдения
{{ obs.start }} {{ obs.stop }} {{ obs.experiment }}{{ obs.ra|floatformat:4 }}{{ obs.dec|floatformat:4 }}{{ obs.target }}
Scans
{{ scan.start }} {{ scan.stop }} {{ scan.experiment }}{{ scan.target }}template {{ scan.template }}
Data dumps
{{ dd.start|date:"d M Y H:i:s" }} {{ dd.stop|date:"d M Y H:i:s" }}{{ dd.tstart }} {{ dd.tstop }} {{ dd.name }}{{ dd.filename }}
{% if scanpaths %}
Note that the attitude information of the original flight plan has time resolution of 1 second. To reduce internet bandwidth consumption not all points of the scanning pattern are shown. The full scanning pattern is available for download after authorization.
{% endif %} {% endblock %}