MuonRingFitter#
- class ctapipe.image.MuonRingFitter(**kwargs: Any)[source]#
Bases:
Component
Different ring fit algorithms for muon rings
Attributes Summary
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