ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

StereoCombiner#

class ctapipe.reco.stereo_combination.StereoCombiner(**kwargs: Any)[source]#

Bases: Component

Base Class for algorithms combining telescope-wise predictions to common prediction.

Attributes Summary

prefix

Prefix to be added to the output container / column names.

property

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.

abstract predict_table(mono_predictions: Table) Table[source]#

Constructs stereo predictions from a table of telescope events.