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.

MuonRingFitter#

class ctapipe.image.MuonRingFitter(**kwargs: Any)[source]#

Bases: Component

Different ring fit algorithms for muon rings

Attributes Summary

fit_method

An enum of strings where the case should be ignored.

Methods Summary

__call__(fov_lon, fov_lat, img, mask)

allows any fit to be called in form of MuonRingFitter(fit_method = "name of the fit")

Attributes Documentation

fit_method#

An enum of strings where the case should be ignored.

Methods Documentation

__call__(fov_lon, fov_lat, img, mask)[source]#

allows any fit to be called in form of MuonRingFitter(fit_method = “name of the fit”)