Skip to content
Snippets Groups Projects

Use GWSkyNet to annotate all-sky CBC g-events

Merged ManLeong Chan requested to merge manleong.chan/gwcelery:GWSkyNet-public into main
Compare and
7 files
+ 1082
2
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 9
0
@@ -68,6 +68,15 @@ igwn_alert_group = 'gracedb-playground'
gracedb_host = 'gracedb-playground.ligo.org'
"""GraceDB host."""
gwskynet_upper_far_threshold = 1 / 21600
"""GWSkyNet will only annotate events with FARs below this value."""
gwskynet_snr_threshold = 4.5
"""GWSkyNet will only annotate events with individual SNRs above this value."""
gwskynet_network_snr_threshold = 7.0
"""GWSkyNet will only annotate events with network SNRs above this value."""
create_mattermost_channel = False
"""Do not create Mattermost channel."""
Loading