EventID class

The EventID class is a helper class to store information about the Event ID of Bilby Jobs. They can be created, updated, deleted and obtained using the GWCloud class. The BilbyJob also exposes the set_event_id() method to enable setting the Event ID for that Bilby Job.

class gwcloud_python.event_id.EventID(event_id: str, trigger_id: Optional[str] = None, nickname: Optional[str] = None, is_ligo_event: bool = False, gps_time: Optional[float] = None)

Bases: object

Object used to help with abstraction of Event IDs. Currently a glorified dictionary.

event_id: str
gps_time: float = None
is_ligo_event: bool = False
nickname: str = None
trigger_id: str = None