MuonProcessor

class ctapipe.image.muon.processor.MuonProcessor(**kwargs: Any)[source]

Bases: ctapipe.core.telescope_component.TelescopeComponent

Takes cleaned images and extracts muon rings. Should be run after ImageProcessor.

Attributes Summary

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 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.