Reconstructor

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

Bases: ctapipe.core.component.Component

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

Methods Summary

predict(tels_dict)

overwrite this method with your favourite direction reconstruction algorithm

Methods Documentation

predict(tels_dict)[source]

overwrite this method with your favourite direction reconstruction algorithm

Parameters
tels_dictdict

general dictionary containing all triggered telescopes data

Returns
ReconstructedGeometryContainer