Skip to content
Snippets Groups Projects

Draft: Ingestion of SVOM ECLAIRS notices into LLAI workflow

Open Naresh Adhikari requested to merge naresh.adhikari/gwcelery:addsvom into main
Compare and Show latest version
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -85,7 +85,7 @@ def handle_snews_gcn(payload):
gcn.NoticeType.INTEGRAL_REFINED,
gcn.NoticeType.INTEGRAL_OFFLINE,
gcn.NoticeType.AGILE_MCAL_ALERT,
#gcn.NoticeType.SVOM_ECLAIRS_ALERT,
# gcn.NoticeType.SVOM_ECLAIRS_ALERT,
queue='exttrig',
shared=False)
def handle_grb_gcn(payload):
@@ -102,7 +102,7 @@ def handle_grb_gcn(payload):
Swift: https://gcn.gsfc.nasa.gov/swift.html
INTEGRAL: https://gcn.gsfc.nasa.gov/integral.html
AGILE-MCAL: https://gcn.gsfc.nasa.gov/agile_mcal.html
#SVOM-ECLAIRS: https://gcn.gsfc.nasa.gov/svom.html
# SVOM-ECLAIRS: https://gcn.gsfc.nasa.gov/svom.html
Parameters
----------
Loading