{% extends "base.html" %} {% load timeutil %} {% load scientific %} {% load sanitize_html %} {% load logtags %} {% block title %}View {{ object.graceid }}{% endblock %} {% block heading %}{% endblock %} {% block bodyattrs %}class="tundra eventDetail"{% endblock %} {% block jscript %} {# XXX http/https depending on this pages' protocol #} {% endblock %} {% block content %}

{{ message }}

{% if can_expose_to_lvem %}
{% elif can_protect_from_lvem %}
{% endif %}
{% block basic_info %}

Basic Info

{# {% if skyalert_authorized %} #} {# {% endif %} #}
UID Labels Group Pipeline Search Instruments {{ "gps"|timeselect:"gps" }} Event Time FAR (Hz) Links {{"created"|timeselect:"utc" }} Submitted
{{ object.graceid }} {% for labelling in object.labelling_set.all %} {{ labelling.label.name }} {% endfor %} {{ object.group.name }} {{ object.pipeline.name }} {{ object.search.name }} {{ object.instruments }} {% if object.gpstime%} {{ object.gpstime|multiTime:"gps" }} {% endif %} {{ object.far|scientific }} Data {{ object.created|multiTime:"created" }}
{% endblock %}
{# Analysis-specific attributes #} {% block analysis_specific %} {# This block is empty in the base event_detail template #} {% endblock %}
{# Enable post to skymap viewer #} {% include "gracedb/neighbors_frag.html" %}

Make a report here

What type of report is this?
Observation Status
Which MOU Group provides this report?
Your reference
Report as text
Instrument
Waveband
RA (decimal degrees)
Dec (decimal degrees)
RAwidth (decimal degrees)
Decwidth (decimal degrees)
GPStime or UTC OK
Duration (seconds)
JSON data
0 %} data-dojo-props="title: 'Bulletin Board Log', open: true"> {% else %} data-dojo-props="title: 'Bulletin Board Log', open: false"> {% endif %} {% for eel in object.embbeventlog_set.iterator %} {% endfor %}
Date Submitter MOU Group Instrument Footprint ID Waveband RA DEC RAwidth Decwidth GPS Time Duration EEL Type Obs status Comment JSON Data
{{ eel.created }} {{ eel.submitter }} {{ eel.group }} {{ eel.instrument }} {{ eel.footprintID }} {{ eel.waveband }} {{ eel.ra }} {{ eel.dec }} {{ eel.raWidth }} {{ eel.decWidth }} {{ eel.gpstime }} {{ eel.duration }} {{ eel.eel_status }} {{ eel.obs_status }} {{ eel.comment }} {{ eel.extra_info_dict }}

 

Event Log Messages

{% endblock %}