ImageParametersContainer#
- class ctapipe.containers.ImageParametersContainer(prefix=None, **fields)[source]#
 Bases:
ContainerCollection of image parameters
- Attributes:
 - hillasField(default=ctapipe.containers.HillasParametersContainer, type=BaseHillasParametersContainer)
 Hillas Parameters
- timingField(default=ctapipe.containers.TimingParametersContainer, type=BaseTimingParametersContainer)
 Timing Parameters
- leakageField(default=ctapipe.containers.LeakageContainer)
 Leakage Parameters
- concentrationField(default=ctapipe.containers.ConcentrationContainer)
 Concentration Parameters
- morphologyField(default=ctapipe.containers.MorphologyContainer)
 Image Morphology Parameters
- intensity_statisticsField(default=ctapipe.containers.IntensityStatisticsContainer)
 Intensity image statistics
- peak_time_statisticsField(default=ctapipe.containers.PeakTimeStatisticsContainer)
 Peak time image statistics
- coreField(default=ctapipe.containers.CoreParametersContainer)
 Image direction in the Tilted/Ground Frame
- metadict
 dict of attached metadata
- prefixstr
 Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- concentration#
 
- core#
 
- default_prefix = 'params'#
 
- fields = {'concentration': Field(default=ctapipe.containers.ConcentrationContainer), 'core': Field(default=ctapipe.containers.CoreParametersContainer), 'hillas': Field(default=ctapipe.containers.HillasParametersContainer, type=BaseHillasParametersContainer), 'intensity_statistics': Field(default=ctapipe.containers.IntensityStatisticsContainer), 'leakage': Field(default=ctapipe.containers.LeakageContainer), 'morphology': Field(default=ctapipe.containers.MorphologyContainer), 'peak_time_statistics': Field(default=ctapipe.containers.PeakTimeStatisticsContainer), 'timing': Field(default=ctapipe.containers.TimingParametersContainer, type=BaseTimingParametersContainer)}#
 
- hillas#
 
- intensity_statistics#
 
- leakage#
 
- meta#
 
- morphology#
 
- peak_time_statistics#
 
- prefix#
 
- timing#