MuonIntensityFitter

class ctapipe.image.muon.MuonIntensityFitter(**kwargs)[source]

Bases: ctapipe.core.component.TelescopeComponent

Attributes Summary

hole_radius_m

a TelescopeParameter with Float trait type

max_lambda_m

a TelescopeParameter with Float trait type

min_lambda_m

a TelescopeParameter with Float trait type

oversampling

a TelescopeParameter with Int trait type

spe_width

a TelescopeParameter with Float trait type

Methods Summary

__call__(tel_id, center_x, center_y, radius, …)

Parameters

Attributes Documentation

hole_radius_m

a TelescopeParameter with Float trait type

max_lambda_m

a TelescopeParameter with Float trait type

min_lambda_m

a TelescopeParameter with Float trait type

oversampling

a TelescopeParameter with Int trait type

spe_width

a TelescopeParameter with Float trait type

Methods Documentation

__call__(tel_id, center_x, center_y, radius, image, pedestal, mask=None)[source]
Parameters
center_x: Angle quantity

Initial guess for muon ring center in telescope frame

center_y: Angle quantity

Initial guess for muon ring center in telescope frame

radius: Angle quantity

Radius of muon ring from circle fitting

pixel_x: ndarray

X position of pixels in image from circle fitting

pixel_y: ndarray

Y position of pixel in image from circle fitting

image: ndarray

Amplitude of image pixels

mask: ndarray

mask marking the pixels to be used in the likelihood fit

Returns
MuonEfficiencyContainer