ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

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

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: ArrayEventContainer)[source]#

Call self as a function.