{% load timeutil %} {% load scientific %} {% load pastro_text %}
Per-Pipeline Event Information |
||||||||
---|---|---|---|---|---|---|---|---|
UID | Group | Pipeline | Search | gpstime | FAR (Hz) | SNR | p_astro | em_bright |
{{ e.graceid }} | {{ e.group.name }} | {{ e.pipeline.name }} | {{ e.search.name }} | {{ e.gpstime | floatformat:"3" }} | {% 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 %} | {{ e.graceid | json_text:"p_astro,newline,showprob" }} | {{ e.graceid | json_text:"em_bright,newline,showprob" }} |