Alert Combo ( antares.model.alert.AlertCombo )

class antares.model.alert.AlertCombo(combo_id, parent, replicas)

Bases: antares.model.alert.CameraAlert

Represents an alert combo which consists of a set of alert replicas together with associated astro objects. It is a sub-class of CameraAlert. Beyond contexts available for CameraAlert, an alert combo is also associated with CB context objects. Combo is initialized with a set of alert replicas.

Param:alert_replicas (list): a list of AlertReplica

Attributes Summary

CB CB (Combo) context object.
replicas

Methods Summary

divert(annotation)
mark_as_rare(annotation)
__str__()

Attributes Documentation

CB = None

CB (Combo) context object. CB properties are only visible during per-combo processing.

Type:antares.context.CBContext
replicas = None

Methods Documentation

divert(annotation)
mark_as_rare(annotation)
__str__()