StereoCombiner

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

Bases: ctapipe.core.component.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: 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.