{% load timeutil %} {% load scientific %}
New: This table is intended to help assist LVK Users follow the logic of superevent creation . Below are all the G-events in this superevent, sorted by time of submission to GraceDB. Please hover over the label name to determine when the label was applied.
GW Event Upload Information |
|||||||||
---|---|---|---|---|---|---|---|---|---|
UID | Group | Pipeline | Search | FAR (Hz) | SNR | Labels | Upload Time (UTC) | Added to Superevent (UTC) | Set as Preferred (UTC) |
{{ e.graceid }} | {{ e.group.name }} | {{ e.pipeline.name }} | {{ e.search.name }} | {% if e.far|scientific %} {{ e.far|scientific }} {% else %} {% endif %} | {% if e.coincinspiralevent %} {{ e.coincinspiralevent.snr|floatformat:"3" }} {% elif e.multiburstevent %} {{ e.multiburstevent.snr|floatformat:"3" }} {% elif e.mlyburstevent %} {{ e.mlyburstevent.snr|floatformat:"3" }} {% elif e.lalinferenceburstevent %} {{ e.lalinferenceburstevent.omicron_snr_network|floatformat:"3" }} {% else %} {% endif %} | {% if e.labelling_set.all %} {% for labelling in e.labelling_set.all %} {{ labelling.label.name }} {% endfor %} {% else %} {% endif %} | {{ e.created_pretty }} | {{ e.added_to_superevent }} | {{ e.set_as_preferred }} |