Skip to content
Snippets Groups Projects
Commit 2aff1782 authored by Feifei Huang's avatar Feifei Huang
Browse files

Update Multimessenger.md

parent 832db48b
Branches
No related tags found
No related merge requests found
Pipeline #14588 passed
......@@ -36,8 +36,9 @@ KM3NeT consists of two detectors: ORCA (Oscillation Research with Cosmics in the
### KM3NeT Alert Types
The planned alert types include:
The alert types include:
* MeV Core-Collapse Supernova alerts (SNEWS), already online currently
* Multiplet alerts: Multiple neutrinos from one source within some time window (this suggests a potential neutrino source)
* High-Energy Neutrino alerts. Potential neutrinos from astrophysical sources. (The higher the energy, the higher the probability of it being of astrophysical origin)
* Any neutrinos correlated with external alerts
......@@ -46,6 +47,11 @@ The planned alert types include:
### Alert Interfaces
The Alert receiving/sending is via the GCN (https://gcn.gsfc.nasa.gov/). The Alert data will be the neutrino candidates in VOEvent format, which is the standard data format for experiments to report and communicate their observed transient celestial events facilitating for follow-ups. The alert distribution is done via Comet (https://comet.transientskp.org/en/stable/index.html) which is an implementation of the VOEvent transportation protocol.
(There are also others receivers that can be implemented but there are less convenient, e.g. the TNS for the optical alerts, the ZTF/LSST broker for the optical transients, the Fermi flare’s advocate for the Fermi blazar outbursts.)
For the public alerts, we will also submit the notice and circular (human in the loop) for the dissemination.
See more about VOEvent here:
* https://www.ivoa.net/documents/VOEvent/
* https://voevent.readthedocs.io/en/latest/index.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment