MuonIntensityFitter¶
-
class
ctapipe.image.MuonIntensityFitter(**kwargs)[source]¶ Bases:
ctapipe.core.component.TelescopeComponentAttributes Summary
a
TelescopeParameterwith Float trait typea
TelescopeParameterwith Float trait typea
TelescopeParameterwith Float trait typea
TelescopeParameterwith Int trait typea
TelescopeParameterwith Float trait typeMethods Summary
__call__(tel_id, center_x, center_y, radius, …)- Parameters
Attributes Documentation
-
hole_radius_m¶ a
TelescopeParameterwith Float trait type
-
max_lambda_m¶ a
TelescopeParameterwith Float trait type
-
min_lambda_m¶ a
TelescopeParameterwith Float trait type
-
oversampling¶ a
TelescopeParameterwith Int trait type
-
spe_width¶ a
TelescopeParameterwith 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