Reconstructor¶
-
class
ctapipe.reco.Reconstructor(**kwargs)[source]¶ Bases:
ctapipe.core.component.ComponentThis 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