You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a better subject line, but one which preserves a timestamp so we can sort t them out while developing. For humans, should we parse out that ANSI time?
Note that this couples to the as yet to be written up issue where we want to make a web page for each alert to provide updates, links to skymaps, etc.
The Supernova Early Warning System reports that the following experiments observed a Supernova neutrino-like signal within 10 seconds of each other:
XENONnT at 2012-06-09T15:31:08.109876 with a probability of None
DS-20K at 2012-06-09T15:31:08.109876 with a probability of None
KamLAND at 2012-06-09T15:31:08.891011 with a probability of None
reported by SNEWS server at avogadro.physics.purdue.edu, which estimates a False Alarm Rate of 0.00%
Internal SNEWS information follows:
_id : SNEWS_Coincidence_ALERT-UPDATE 2023-06-02T08:23:09.831463
alert_type : NEW_MESSAGE
p_values average : nan
sub list number : 2
Currently, here's what it says:
_id : SNEWS_Coincidence_ALERT-UPDATE 2023-06-02T08:23:09.831463
alert_type : NEW_MESSAGE
server_tag : avogadro.physics.purdue.edu
False Alarm Prob : 0.00%
detector_names : ['XENONnT', 'DS-20K', 'KamLAND']
sent_time : 2023-06-02T08:23:09.831463
p_values : [None, None, None]
neutrino_times : ['2012-06-09T15:31:08.109876',
'2012-06-09T15:31:08.109876', '2012-06-09T15:31:08.891011']
p_values average : nan
sub list number : 2
The text was updated successfully, but these errors were encountered:
The alert email should be carefully formatted to be human-friendly and polite to the experiments.
The code is in cs_email.py, the
snews_email
function, building thepretty_alert
string that gets sent as an email.Will attempt to use markdown here to make an example. Let's settle on what it looks like before trying to code it.
Need a better subject line, but one which preserves a timestamp so we can sort t them out while developing. For humans, should we parse out that ANSI time?
Note that this couples to the as yet to be written up issue where we want to make a web page for each alert to provide updates, links to skymaps, etc.
Currently, here's what it says:
The text was updated successfully, but these errors were encountered: