Skip to content

Commit

Permalink
Enable only GRB triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mwa-site committed Oct 29, 2021
1 parent 899da3c commit e4a4b51
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions voevent_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,12 @@ def format(self, record):
PRETEND = False # Set to true to trigger event in 'pretend' mode, not actually schedule observations.

# One or more handler functions - all will be called in turn on each XML event.
EVENTHANDLERS = [GRB_fermi_swift.processevent, # FlareStar_swift_maxi.processevent,
GW_LIGO.processevent, Neutrino.processevent]
EVENTHANDLERS = [
GRB_fermi_swift.processevent,
# FlareStar_swift_maxi.processevent,
# GW_LIGO.processevent,
# Neutrino.processevent,
]

Pyro4.config.COMMTIMEOUT = 10.0
Pyro4.config.THREADPOOL_SIZE_MIN = 8
Expand Down

0 comments on commit e4a4b51

Please sign in to comment.