Alert Combo ( antares.alert.AlertCombo )¶
-
class
antares.alert.AlertCombo(combo_id, parent, replicas)¶ Bases:
antares.alert.CameraAlertRepresents an alert combo which consists of a set of alert replicas together with associated astro objects. 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: combo_id ( int): The unique ID of the Combo.Param: parent ( antares.alert.CameraAlert): The CameraAlert which contains this Combo.Param: alert_replicas ( list): a list ofAlertReplicaAttributes Summary
CBCB (Combo) context object. replicasA list of the alert replicas which comprise the Combo. camera_alertThis is the CameraAlert which contains this AlertReplica. Methods Summary
Attributes Documentation
-
CB= None¶ CB (Combo) context object. The Alert Combo contains the CBContext. CB propibutes are only visible during per-combo processing.
Type: antares.context.CBContext
-
replicas= None¶ A list of the alert replicas which comprise the Combo. The AlertCombo has these AlertReplicas; the parent CameraAlert contains them.
Type: list
-
camera_alert= None¶ This is the CameraAlert which contains this AlertReplica.
Type: CameraAlert
Methods Documentation
-