TimeConstrainedImageCleaner#

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

Bases: TailcutsImageCleaner

MAGIC-like Image cleaner with timing information (See ctapipe.image.time_constrained_clean).

Attributes Summary

time_limit_boundary_ns

arrival time limit for neighboring boundary pixels, in ns.

time_limit_core_ns

arrival time limit for neighboring core pixels, in ns.

Methods Summary

__call__(tel_id, image[, arrival_times, ...])

Apply MAGIC-like image cleaning with timing information.

Attributes Documentation

time_limit_boundary_ns#

arrival time limit for neighboring boundary pixels, in ns.

time_limit_core_ns#

arrival time limit for neighboring core pixels, in ns.

Methods Documentation

__call__(tel_id: int, image: ndarray, arrival_times: ndarray | None = None, *, monitoring: MonitoringCameraContainer | None = None) ndarray[source]#

Apply MAGIC-like image cleaning with timing information. See ImageCleaner.__call__()