{% extends "base.html" %} {% block title %}Home{% endblock %} {% block heading %}{% endblock %} {% block pageid %}home{% endblock %} {% block jscript %} {% endblock %} {% block content %} {% if recent_events != "" %}

Recent Events


{% endif %}

GraceDB Overview

The simulated gravitational-wave candidate event database (SimDB) is a clone of GraceDB specifically for end-to-end pipeline tests (i.e., MDCs).

The GraceDB documentation applies to this service as well. See the Howto page and Project page.

  • Project page on wiki.ligo.org
  • Browseable REST API
  • LV-EM Technical Info
  • Tutorial for operators and detector engineers
  • {% if signoff_authorized %} {% if new_signoff_graceids|length or older_signoff_graceids|length %}

    Attention {{signoff_instrument}} Operator


    The following events require your sign-off:

    Events submitted within the last 24 hours:

    {% if new_signoff_graceids|length %} {% endif %} {% if older_signoff_graceids|length %}

    Events older than 24 hours:

    {% endif %}

    Please click on the link(s) above and use the form at the top of the page.

    {% endif %} {% endif %} {% if recent_events %} {% endif %} {% endblock %}