From 15d2dc7a0a6931ba7963ccf5e27f44edb9396101 Mon Sep 17 00:00:00 2001 From: "alexander.pace@ligo.org" <alexander.pace@ligo.org> Date: Wed, 20 Nov 2019 12:17:00 -0600 Subject: [PATCH] Update label documentation Reflects new usage of EM_READY and EM_Selected labels in superevent 2.0. --- docs/user_docs/source/labels.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_docs/source/labels.rst b/docs/user_docs/source/labels.rst index 9d6fb2570..3fa3ea690 100644 --- a/docs/user_docs/source/labels.rst +++ b/docs/user_docs/source/labels.rst @@ -29,9 +29,9 @@ Here is a table showing the currently available labels and their meanings. +-----------------+----------------------------------------------------------------------------------------------------------------------------------------+ | EM_COINC | Signifies that a coincidence was found between gravitational-wave candidates and External triggers. | +-----------------+----------------------------------------------------------------------------------------------------------------------------------------+ -| EM_READY | Has been processed by GDB Processor. Skymaps have been produced. | +| EM_READY | Indicates data products associated with a Superevent's preferred event are complete | +-----------------+----------------------------------------------------------------------------------------------------------------------------------------+ -| EM_Selected | GraceID automatically chosen as the most promising candidate out of a set of entries thought to correspond to the same physical event. | +| EM_Selected | Indicates Superevent has been selected to be sent out as a public alert and freezes the preferred event from updates | +-----------------+----------------------------------------------------------------------------------------------------------------------------------------+ | EM_SENT | Has been sent to MOU partners. | +-----------------+----------------------------------------------------------------------------------------------------------------------------------------+ -- GitLab