ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

ImageProcessor#

class ctapipe.image.ImageProcessor(**kwargs: Any)[source]#

Bases: TelescopeComponent

Takes DL1/Image data and cleans and parametrizes the images into DL1/parameters. Should be run after CameraCalibrator to produce all DL1 information.

Attributes Summary

apply_image_modifier

If true, apply ImageModifier to dl1 images.

image_cleaner_type

.

use_telescope_frame

Whether to calculate parameters in the telescope or camera frame

Methods Summary

__call__(event)

Call self as a function.

Attributes Documentation

apply_image_modifier#

If true, apply ImageModifier to dl1 images.

image_cleaner_type#

. Possible values: []

use_telescope_frame#

Whether to calculate parameters in the telescope or camera frame

Methods Documentation

__call__(event: ArrayEventContainer)[source]#

Call self as a function.