StereoMeanCombiner#
- class ctapipe.reco.stereo_combination.StereoMeanCombiner(**kwargs: Any)[source]#
Bases:
StereoCombiner
Calculate array-event prediction as (weighted) mean of telescope-wise predictions.
Attributes Summary
If true, calculate exp(mean(log(values))).
What kind of weights to use.
Methods Summary
__call__
(event)Calculate the mean prediction for a single array event.
predict_table
(mono_predictions)Calculates the (array-)event-wise mean.
Attributes Documentation
- log_target#
If true, calculate exp(mean(log(values))).
- weights#
What kind of weights to use. Options:
none
,intensity
,konrad
.
Methods Documentation
- __call__(event: ArrayEventContainer) None [source]#
Calculate the mean prediction for a single array event.