MuonProcessor¶
-
class
ctapipe.image.muon.MuonProcessor(**kwargs: Any)[source]¶ Bases:
ctapipe.core.telescope_component.TelescopeComponentTakes cleaned images and extracts muon rings. Should be run after ImageProcessor.
Attributes Summary
Threshold for calculating the
ring_completeness.Pedestal noise rms.
Ring width for intensity ratio computation in units of pixel diameter.
Methods Summary
__call__(event)Call self as a function.
Attributes Documentation
-
completeness_threshold¶ Threshold for calculating the
ring_completeness.
-
pedestal¶ Pedestal noise rms.
-
ratio_width¶ Ring width for intensity ratio computation in units of pixel diameter.
Methods Documentation
-
__call__(event: ctapipe.containers.ArrayEventContainer)[source]¶ Call self as a function.
-