StereoCombiner#
- class ctapipe.reco.stereo_combination.StereoCombiner(**kwargs: Any)[source]#
 Bases:
ComponentBase Class for algorithms combining telescope-wise predictions to common prediction.
Attributes Summary
Prefix to be added to the output container / column names.
Which property is being combined.
Methods Summary
__call__(event)Fill event container with stereo predictions.
predict_table(mono_predictions)Constructs stereo predictions from a table of telescope events.
Attributes Documentation
- prefix#
 Prefix to be added to the output container / column names.
- property#
 Which property is being combined.
Methods Documentation
- abstract __call__(event: ArrayEventContainer) None[source]#
 Fill event container with stereo predictions.