PixelStatisticsContainer#
- class ctapipe.containers.PixelStatisticsContainer(prefix=None, **fields)[source]#
 Bases:
ContainerContainer for pixel statistics from flat-field and sky pedestal events
- Attributes:
 - flatfield_imageField(default=ctapipe.containers.StatisticsContainer)
 Statistical description from the image charge of flat-field event distributions
- flatfield_peak_timeField(default=ctapipe.containers.StatisticsContainer)
 Statistical description from the peak arrival time of flat-field event distributions
- sky_pedestal_imageField(default=ctapipe.containers.StatisticsContainer)
 Statistical description from the image charge of sky pedestal event distributions
- metadict
 dict of attached metadata
- prefixstr
 Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- default_prefix = 'pixelstatistics'#
 
- fields = {'flatfield_image': Field(default=ctapipe.containers.StatisticsContainer), 'flatfield_peak_time': Field(default=ctapipe.containers.StatisticsContainer), 'sky_pedestal_image': Field(default=ctapipe.containers.StatisticsContainer)}#
 
- flatfield_image#
 
- flatfield_peak_time#
 
- meta#
 
- prefix#
 
- sky_pedestal_image#