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
If true, apply ImageModifier to dl1 images.
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.