{% extends "base.html" %} {% load timeutil %} {% load scientific %} {% block title %}Latest{% endblock %} {% block heading %}Latest — as of {% now "j F Y H:i:s T" %}{% endblock %} {% block pageid %}latest{% endblock %} {% block headcontents %} {{ block.super }} {% if not form.errors %} {% endif %} {% endblock %} {% block content %}
Test and MDC events and superevents are not included in the search results by default; see the query help for information on how to search for events and superevents in those categories.
{% if events %}UID | Labels | Group | Pipeline | Search | {{ "gps"|timeselect:"gps" }} Event Time | Instruments | FAR (Hz) | Latency (sec) | {{"created"|timeselect:"utc" }} Created | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ ev.graceid }} | {% for labelling in ev.labelling_set.all %} {{ labelling.label.name }} {% endfor %} | {{ ev.group.name }} | {{ ev.pipeline.name }} | {{ ev.search.name }} | {% if ev.gpstime%} {{ ev.gpstime|multiTimeMicroSeconds:"gps" }} {% endif %} | {{ ev.instruments }} | {% if user_is_external %} {% if ev.far and ev.far < far_floor %}< {{ far_floor|scientific }} | {% else %}{{ ev.far|scientific }} | {% endif %} {% else %}{{ ev.far|scientific }} | {% endif %}{{ ev.reportingLatency }} | {{ ev.created|multiTime:"created" }} |
UID | Labels | {% if user.is_authenticated %}Preferred Event | GW Events | {% endif %}t_start | t_0 | t_end | FAR (Hz) | {{"created"|timeselect:"utc" }} Created | ||
---|---|---|---|---|---|---|---|---|---|---|
{{ s.superevent_id }} | {% for labelling in s.labelling_set.all %} {{ labelling.label.name }} {% endfor %} | {% if user.is_authenticated %}{{ s.preferred_event.graceid }} | {% for ev in s.get_internal_events %} {% if forloop.last %} {{ ev.graceid }} {% else %} {{ ev.graceid }}, {% endif %} {% endfor %} | {% endif %}{{ s.t_start }} | {{ s.t_0 }} | {{ s.t_end }} | {% if user_is_external %} {% if s.preferred_event.far and s.preferred_event.far < far_floor %}< {{ far_floor|scientific }} | {% else %}{{ s.preferred_event.far|scientific }} | {% endif %} {% else %}{{ s.preferred_event.far|scientific }} | {% endif %}{{ s.created|multiTime:"created" }} |