Skip to content
Snippets Groups Projects

Create combined sky map and spacetime coincidence FAR automatically

Compare and Show latest version
3 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,7 +14,7 @@ log = get_logger(__name__)
REQUIRED_LABELS_BY_TASK = {
'compare': {'SKYMAP_READY', 'LUMIN_GO', 'EM_COINC'},
'combine': {'SKYMAP_READY', 'LUMIN_GO', 'EM_SENT'}
'combine': {'SKYMAP_READY', 'LUMIN_GO', 'RAVEN_ALERT'}
}
"""These labels should be present on an event to consider it to
be ready for sky map comparison.
Loading