Previous event used when trying to make external sky map with new event
Currently there is a bug where the previous event is used instead of the current event when trying to create an external sky map in handle_grb_gcn
:
This bug was introducted in 37e20e44
A solution would be try to construct an event dict based on the info available in the VOEvent since replace_event
doesn't return or just grab the newly modified event dict with gracedb.get_event
.
Edited by Brandon Piotrzkowski