Skip to content

Add criteria for when to add co-detections for external pipelines

Currently we include every external event that is in a superevent, but in https://gracedb.ligo.org/superevents/S250223dk/view/ we had a Fermi event that was clearly vetoed by NOT_GRB and was manually removed by hand. We should apply either the following conditions:

  1. Only include external events that are not vetoed (no NOT_GRB label) or
  2. Only include external events that pass the public alert threshold (have RAVEN_ALERT).

I think the first solution is correct, but need to think on this more.