TailcutsImageCleaner

class ctapipe.image.cleaning.TailcutsImageCleaner(**kwargs)[source]

Bases: ctapipe.image.cleaning.ImageCleaner

Clean images using the standard picture/boundary technique. See ctapipe.image.tailcuts_clean

Attributes Summary

boundary_threshold_pe

a TelescopeParameter with Float trait type

keep_isolated_pixels

a TelescopeParameter with Bool trait type

min_picture_neighbors

a TelescopeParameter with Int trait type

picture_threshold_pe

a TelescopeParameter with Float trait type

Methods Summary

__call__(tel_id, image[, arrival_times])

Apply standard picture-boundary cleaning.

Attributes Documentation

boundary_threshold_pe

a TelescopeParameter with Float trait type

keep_isolated_pixels

a TelescopeParameter with Bool trait type

min_picture_neighbors

a TelescopeParameter with Int trait type

picture_threshold_pe

a TelescopeParameter with Float trait type

Methods Documentation

__call__(tel_id: int, image: numpy.ndarray, arrival_times=None)numpy.ndarray[source]

Apply standard picture-boundary cleaning. See ImageCleaner.__call__()