MuonParametersContainer#
- class ctapipe.containers.MuonParametersContainer(prefix=None, **fields)[source]#
 Bases:
Container- Attributes:
 - containmentField(default=nan)
 containment of the ring inside the camera
- completenessField(default=nan)
 Complenetess of the muon ring, estimated by dividing the ring into segments and counting segments above a threshold
- intensity_ratioField(default=nan)
 Intensity ratio of pixels in the ring to all pixels
- mean_squared_errorField(default=nan deg2)
 MSE of the deviation of all pixels after cleaning from the ring fit
- ring_intensityField(default=nan)
 Sum of the pixel charges inside the integration area around a ring
- intensity_outside_ringField(default=nan)
 Sum of the pixel charges outside the ring
- n_pixels_in_ringField(default=-1)
 Number of pixels inside the ring integration area that passed the cleaning
- mean_intensity_outside_ringField(default=nan)
 Mean intensity of pixels inside the region limited by ring integration width and outer ring width.
- radial_std_devField(default=nan deg)
 Standard deviation of the radial light distribution.
- skewnessField(default=nan)
 Skewness of the light distribution along the ring radius.
- excess_kurtosisField(default=nan)
 Excess kurtosis of the light distribution along the ring radius.
- metadict
 dict of attached metadata
- prefixstr
 Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- completeness#
 
- containment#
 
- default_prefix = 'muonparameters'#
 
- excess_kurtosis#
 
- fields = {'completeness': Field(default=nan), 'containment': Field(default=nan), 'excess_kurtosis': Field(default=nan), 'intensity_outside_ring': Field(default=nan), 'intensity_ratio': Field(default=nan), 'mean_intensity_outside_ring': Field(default=nan), 'mean_squared_error': Field(default=nan deg2), 'n_pixels_in_ring': Field(default=-1), 'radial_std_dev': Field(default=nan deg), 'ring_intensity': Field(default=nan), 'skewness': Field(default=nan)}#
 
- intensity_outside_ring#
 
- intensity_ratio#
 
- mean_intensity_outside_ring#
 
- mean_squared_error#
 
- meta#
 
- n_pixels_in_ring#
 
- prefix#
 
- radial_std_dev#
 
- ring_intensity#
 
- skewness#