StereoCombiner¶
-
class
ctapipe.reco.StereoCombiner(**kwargs: Any)[source]¶ Bases:
ctapipe.core.component.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: ctapipe.containers.ArrayEventContainer) → None[source]¶ Fill event container with stereo predictions
-
abstract
predict_table(mono_predictions: astropy.table.table.Table) → astropy.table.table.Table[source]¶ Constructs stereo predictions from a table of telescope events.
-