{% extends 'base_station.html' %} {% load url from future %} {% load fix_data %} {% block current_data %}currentPage{% endblock %} {% block title %}{{ block.super }} - {{ date|date:"D, j N Y" }}{% endblock %} {% block head_styles %} {{ block.super }} {% endblock %} {% block head %} {% endblock %} {% block date %}{{ date|date:"D, j N Y" }}{% endblock %} {% block data %}
{% if eventhistogram %}

Event histogram (number of events per hour)

{% endif %} {% if pulseheighthistogram %}

Pulseheight histogram

{% endif %} {% if pulseintegralhistogram %}

Pulseintegral histogram

{% endif %} {% if barometerdata %}

Barometer data

{% endif %} {% if temperaturedata %}

Temperature data

{% endif %}
{% endblock %} {% block navigation_sidebar %} {{ block.super }}
Download event summary data
{% if prev %} {% endif %} {% if next %} {% endif %} {% for day in thismonth.days %} {% endfor %} {% for week in thismonth.weeks %} {% for day in week %} {% endfor %} {% endfor %}
{{ thismonth.month }}
{{ day }}
{% if day.link %} {{ day.day }} {% else %} {{ day.day }} {% endif %}
{% endblock %} {% block config %} {% if config %}
Master
Version{{ config.mas_version }}
HV Ch1{{ config.mas_ch1_voltage|floatformat:0 }} V
HV Ch2{{ config.mas_ch2_voltage|floatformat:0 }} V
{% if has_slave %}
Slave
Version{{ config.slv_version }}
HV Ch3{{ config.slv_ch1_voltage|floatformat:0 }} V
HV Ch4{{ config.slv_ch2_voltage|floatformat:0 }} V
{% endif %}
Position
Latitude{{ config.gps_latitude }}
Longitude{{ config.gps_longitude }}
Altitude{{ config.gps_altitude }}
{% endif %} {% endblock %}