TailcutsImageCleaner¶
-
class
ctapipe.image.cleaning.TailcutsImageCleaner(**kwargs)[source]¶ Bases:
ctapipe.image.cleaning.ImageCleanerClean images using the standard picture/boundary technique. See
ctapipe.image.tailcuts_cleanAttributes Summary
a
TelescopeParameterwith Float trait typea
TelescopeParameterwith Bool trait typea
TelescopeParameterwith Int trait typea
TelescopeParameterwith Float trait typeMethods Summary
__call__(tel_id, image[, arrival_times])Apply standard picture-boundary cleaning.
Attributes Documentation
-
boundary_threshold_pe¶ a
TelescopeParameterwith Float trait type
-
keep_isolated_pixels¶ a
TelescopeParameterwith Bool trait type
-
min_picture_neighbors¶ a
TelescopeParameterwith Int trait type
-
picture_threshold_pe¶ a
TelescopeParameterwith 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__()
-