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)

Perform stereo reconstruction on event.

Methods Documentation

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

Perform stereo reconstruction on event.

This method must fill the result of the reconstruction into the dl2 structure of the event.

Parameters
eventctapipe.containers.ArrayEventContainer

The event, needs to have dl1 parameters. Will be filled with the corresponding dl2 containers, reconstructed stereo geometry and telescope-wise impact position.