TimeConstrainedImageCleaner#
- class ctapipe.image.cleaning.TimeConstrainedImageCleaner(*args: t.Any, **kwargs: t.Any)[source]#
Bases:
TailcutsImageCleanerMAGIC-like Image cleaner with timing information (See
ctapipe.image.time_constrained_clean).Attributes Summary
arrival time limit for neighboring boundary pixels, in 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, *, monitoring: CameraMonitoringContainer = None) ndarray[source]#
Apply MAGIC-like image cleaning with timing information. See
ImageCleaner.__call__()