{% extends 'base_station.html' %} {% load url from future %} {% load fix_data %} {% block current_config %}currentPage{% endblock %} {% block title %}{{ block.super }} - Configuration{% endblock %} {% block head %} {% endblock %} {% block data %}
{% if voltagegraph %}

PMT Voltage

{% endif %} {% if currentgraph %}

PMT Current

{% endif %}

GPS Positions

{% if altitudegraph %}
{% endif %}
{% endblock %} {% block config %} {% if config %}
Current configuration
Since {{ config.timestamp|date:"D, j N Y" }}
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 %}
Settings
Trigger {% if has_slave and config.trig_low_signals == 3 and config.trig_high_signals == 2 and config.trig_and_or and config.trig_external == 0 %} {% elif not has_slave and config.trig_low_signals == 2 and config.trig_high_signals == 0 and not config.trig_and_or and config.trig_external == 0 %} {% else %} {% endif %}
Thresholds {% if config.mas_ch1_thres_low == -30.21 and config.mas_ch1_thres_high == -70.11 and config.mas_ch2_thres_low == -30.21 and config.mas_ch2_thres_high == -70.11 and config.slv_ch1_thres_low == -30.21 and config.slv_ch1_thres_high == -70.11 and config.slv_ch2_thres_low == -30.21 and config.slv_ch2_thres_high == -70.11 %} {% else %} {% endif %}
Coincidence window {% if config.precoinctime == 1.0 and config.coinctime == 1.5 and config.postcoinctime == 3.5 %} {% else %} {% endif %}
Data reduction ✓{% else %}bad">✗{% endif %}
Start DAQ mode ✓{% else %}bad">✗{% endif %}
Position
Latitude{{ config.gps_latitude }}
Longitude{{ config.gps_longitude }}
Altitude{{ config.gps_altitude }}
Current position
Old positions
{% endif %} {% endblock %}