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
.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: ArrayEventContainer)[source]#
Call self as a function.