MuonRingFitter

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

Bases: ctapipe.core.component.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”)