Reconstructor

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

Bases: ctapipe.core.component.Component

This is the base class from which all direction reconstruction algorithms should inherit from

Methods Summary

__call__(event)

overwrite this method with your favourite direction reconstruction algorithm

Methods Documentation

abstract __call__(event: ctapipe.containers.ArrayEventContainer)[source]

overwrite this method with your favourite direction reconstruction algorithm

Parameters
tels_dictdict

general dictionary containing all triggered telescopes data

Returns
ReconstructedGeometryContainer