MuonProcessor#
- class ctapipe.image.muon.processor.MuonProcessor(**kwargs: Any)[source]#
Bases:
TelescopeComponent
Takes cleaned images and extracts muon rings. Should be run after ImageProcessor.
Attributes Summary
Threshold for calculating the
ring_completeness
.Width of the outer ring in units of the ring radius, used for computing the charge outside the ring.
Pedestal noise rms.
Ring width for intensity ratio computation in units of pixel diameter.
Width of the ring in units of the ring radius, used for computing the ring size in charge units.
Methods Summary
__call__
(event)Call self as a function.
Attributes Documentation
- completeness_threshold#
Threshold for calculating the
ring_completeness
.
- outer_ring_width#
Width of the outer ring in units of the ring radius, used for computing the charge outside the ring.
- pedestal#
Pedestal noise rms.
- ratio_width#
Ring width for intensity ratio computation in units of pixel diameter.
- ring_integration_width#
Width of the ring in units of the ring radius, used for computing the ring size in charge units.
Methods Documentation
- __call__(event: ArrayEventContainer)[source]#
Call self as a function.