ShowerProcessor

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

Bases: ctapipe.core.component.Component

Run the stereo event reconstruction on the input events.

This is mainly needed, so that the type of reconstructor can be chosen via the configuration system.

Input events must already contain dl1 parameters.

Attributes Summary

reconstructor_types

An instance of a Python list.

Methods Summary

__call__(event)

Perform the full shower geometry reconstruction on the input event.

Attributes Documentation

reconstructor_types

An instance of a Python list.

Methods Documentation

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

Perform the full shower geometry reconstruction on the input event.

Afterwards, optionally perform energy estimation and/or particle classification (currently these two operations are not yet supported).

Parameters
eventctapipe.containers.ArrayEventContainer

Top-level container for all event information.