Muon Image Analysis#
Algorithms for detecting and characterizing muon images
Reference/API#
ctapipe.image.muon Package#
Functions#
|
Fast and reliable analytical circle fitting method. |
|
Perform a Taubin circle fit with weights (optional). |
|
taubin_circle_fit with fov_lon, fov_lat, weights, mask interface with initial parameters provided by kundu_chaudhuri |
|
Calculate the weighted mean squared error for a circle. |
|
Calculate the ratio of the photons inside a given ring with coordinates (center_fov_lon, center_fov_lat), radius and width. |
|
Estimate how complete a muon ring is by binning the light distribution along the ring and applying a threshold to the bin content. |
|
Estimate the angular containment of a muon ring inside the camera's field of view. |
|
Predict muon ring image from given parameters. |
|
Perform line integration along a given axis in the mirror frame given an impact point on the mirror |
ctapipe.image.muon.processor Module#
High level muon analysis (MuonProcessor Component)
Classes#
|
Takes cleaned images and extracts muon rings. |
Class Inheritance Diagram#

ctapipe.image.muon.intensity_fitter Module#
Muon Ring fitting to determine optical efficiency.
Classes#
|
Fit muon ring images with a theoretical model to estimate optical efficiency. |
Class Inheritance Diagram#

ctapipe.image.muon.ring_fitter Module#
Classes#
|
Different ring fit algorithms for muon rings |
Class Inheritance Diagram#
