ImageProcessor

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

Bases: ctapipe.core.component.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

a TelescopeParameter with Bool trait type

image_cleaner_type

An enum of strings where the case should be ignored.

use_telescope_frame

A boolean (True, False) trait.

Methods Summary

__call__(event)

Call self as a function.

Attributes Documentation

apply_image_modifier

a TelescopeParameter with Bool trait type

image_cleaner_type

An enum of strings where the case should be ignored.

use_telescope_frame

A boolean (True, False) trait.

Methods Documentation

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

Call self as a function.