redback.get_data.utils.get_batse_trigger_from_grb

redback.get_data.utils.get_batse_trigger_from_grb(grb: str) int[source]

Gets the BATSE trigger from the BATSE trigger table. If the same trigger appears multiple times, successive alphabetical letters need to be appended to distinguish the triggers.

Parameters:

grb (str) – Telephone number of GRB, e.g., ‘GRB910425A’ or ‘910425A’ are valid inputs. An alphabetical letter needs to be appended if the event is listed multiple times.

Returns:

The BATSE trigger number.

Return type:

int