Containers (containers)

Introduction

The ctapipe.containers module contains the data model definition of all ctapipe Container classes, which provide the container definitions for all ctapipe data.

The base Container for an event is in ctapipe.containers.ArrayEventContainer.

Reference/API

ctapipe.containers Module

Container structures for data that should be read or written to disk

Classes

ArrayEventContainer([prefix])

Top-level container for all event information

ConcentrationContainer([prefix])

Concentrations are ratios between light amount in certain areas of the image and the full image.

DL0CameraContainer([prefix])

Storage of data volume reduced dl0 data from a single telescope

DL0Container([prefix])

Storage of a data volume reduced Event

DL1CameraCalibrationContainer([prefix])

Storage of DL1 calibration parameters for the current event

DL1CameraContainer([prefix])

Storage of output of camera calibration e.g the final calibrated image in intensity units and the pulse time.

DL1Container([prefix])

DL1 Calibrated Camera Images and associated data

DL2Container([prefix])

Reconstructed Shower information for a given reconstruction algorithm,

EventCalibrationContainer([prefix])

Container for calibration coefficients for the current event

EventCameraCalibrationContainer([prefix])

Container for the calibration coefficients for the current event and camera

EventIndexContainer([prefix])

index columns to include in event lists, common to all data levels

EventType(value)

Enum of EventTypes as defined in the CTA Data Model [cta_r1event]

FlatFieldContainer([prefix])

Container for flat-field parameters obtained from a set of [n_events] flat-field events

HillasParametersContainer([prefix])

Hillas Parameters in a spherical system centered on the pointing position (TelescopeFrame).

CoreParametersContainer([prefix])

Telescope-wise shower’s direction in the Tilted/Ground Frame

ImageParametersContainer([prefix])

Collection of image parameters

LeakageContainer([prefix])

Fraction of signal in 1 or 2-pixel width border from the edge of the camera, measured in number of signal pixels or in intensity.

MonitoringCameraContainer([prefix])

Container for camera monitoring data

MonitoringContainer([prefix])

Root container for monitoring data (MON)

MorphologyContainer([prefix])

Parameters related to pixels surviving image cleaning

BaseHillasParametersContainer([prefix])

Base container for hillas parameters to allow the CameraHillasParametersContainer to be assigned to an ImageParametersContainer as well.

CameraHillasParametersContainer([prefix])

Hillas Parameters in the camera frame.

CameraTimingParametersContainer([prefix])

Slope and Intercept of a linear regression of the arrival times along the shower main axis in the camera frame.

ParticleClassificationContainer([prefix])

Standard output of gamma/hadron classification algorithms

PedestalContainer([prefix])

Container for pedestal parameters obtained from a set of [n_pedestal] pedestal events

PixelStatusContainer([prefix])

Container for pixel status information It contains masks obtained by several data analysis steps At r0/r1 level only the hardware_mask is initialized

R0CameraContainer([prefix])

Storage of raw data from a single telescope

R0Container([prefix])

Storage of a Merged Raw Data Event

R1CameraContainer([prefix])

Storage of r1 calibrated data from a single telescope

R1Container([prefix])

Storage of a r1 calibrated Data Event

ReconstructedContainer([prefix])

Reconstructed shower info from multiple algorithms

ReconstructedEnergyContainer([prefix])

Standard output of algorithms estimating energy

ReconstructedGeometryContainer([prefix])

Standard output of algorithms reconstructing shower geometry

DispContainer([prefix])

Standard output of disp reconstruction algorithms for origin reconstruction

SimulatedCameraContainer([prefix])

True images and parameters derived from them, analgous to the DL1CameraContainer but for simulated data.

SimulatedShowerContainer([prefix])

Attributes

SimulatedShowerDistribution([prefix])

2D histogram of simulated number of showers simulated as function of energy and core distance.

SimulationConfigContainer([prefix])

Configuration parameters of the simulation

TelEventIndexContainer([prefix])

index columns to include in telescope-wise event lists, common to all data levels that have telescope-wise information

BaseTimingParametersContainer([prefix])

Base container for timing parameters to allow the CameraTimingParametersContainer to be assigned to an ImageParametersContainer as well.

TimingParametersContainer([prefix])

Slope and Intercept of a linear regression of the arrival times along the shower main axis in a spherical system centered on the pointing position (TelescopeFrame)

TriggerContainer([prefix])

Attributes

WaveformCalibrationContainer([prefix])

Container for the pixel calibration coefficients

StatisticsContainer([prefix])

Store descriptive statistics

IntensityStatisticsContainer([prefix])

Attributes

PeakTimeStatisticsContainer([prefix])

Attributes

SchedulingBlockContainer([prefix])

Stores information about the scheduling block. This is a simplified

ObservationBlockContainer([prefix])

Stores information about the observation

ObservingMode(value)

How a scheduling block is observed.

ObservationBlockState(value)

Observation Block States.

Class Inheritance Diagram

digraph inheritance2374f738af { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ArrayEventContainer" [URL="../../api/ctapipe.containers.ArrayEventContainer.html#ctapipe.containers.ArrayEventContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Top-level container for all event information"]; "Container" -> "ArrayEventContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "BaseHillasParametersContainer" [URL="../../api/ctapipe.containers.BaseHillasParametersContainer.html#ctapipe.containers.BaseHillasParametersContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base container for hillas parameters to"]; "Container" -> "BaseHillasParametersContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "BaseTimingParametersContainer" [URL="../../api/ctapipe.containers.BaseTimingParametersContainer.html#ctapipe.containers.BaseTimingParametersContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base container for timing parameters to"]; "Container" -> "BaseTimingParametersContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CameraHillasParametersContainer" [URL="../../api/ctapipe.containers.CameraHillasParametersContainer.html#ctapipe.containers.CameraHillasParametersContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Hillas Parameters in the camera frame. The cog position"]; "BaseHillasParametersContainer" -> "CameraHillasParametersContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "CameraTimingParametersContainer" [URL="../../api/ctapipe.containers.CameraTimingParametersContainer.html#ctapipe.containers.CameraTimingParametersContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Slope and Intercept of a linear regression of the arrival times"]; "BaseTimingParametersContainer" -> "CameraTimingParametersContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ConcentrationContainer" [URL="../../api/ctapipe.containers.ConcentrationContainer.html#ctapipe.containers.ConcentrationContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Concentrations are ratios between light amount"]; "Container" -> "ConcentrationContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Container" [URL="../../api/ctapipe.core.container.Container.html#ctapipe.core.container.Container",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Generic class that can hold and accumulate data to be passed"]; "CoreParametersContainer" [URL="../../api/ctapipe.containers.CoreParametersContainer.html#ctapipe.containers.CoreParametersContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Telescope-wise shower's direction in the Tilted/Ground Frame"]; "Container" -> "CoreParametersContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DL0CameraContainer" [URL="../../api/ctapipe.containers.DL0CameraContainer.html#ctapipe.containers.DL0CameraContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Storage of data volume reduced dl0 data from a single telescope"]; "Container" -> "DL0CameraContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DL0Container" [URL="../../api/ctapipe.containers.DL0Container.html#ctapipe.containers.DL0Container",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Storage of a data volume reduced Event"]; "Container" -> "DL0Container" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DL1CameraCalibrationContainer" [URL="../../api/ctapipe.containers.DL1CameraCalibrationContainer.html#ctapipe.containers.DL1CameraCalibrationContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Storage of DL1 calibration parameters for the current event"]; "Container" -> "DL1CameraCalibrationContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DL1CameraContainer" [URL="../../api/ctapipe.containers.DL1CameraContainer.html#ctapipe.containers.DL1CameraContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Storage of output of camera calibration e.g the final calibrated"]; "Container" -> "DL1CameraContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DL1Container" [URL="../../api/ctapipe.containers.DL1Container.html#ctapipe.containers.DL1Container",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="DL1 Calibrated Camera Images and associated data"]; "Container" -> "DL1Container" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DL2Container" [URL="../../api/ctapipe.containers.DL2Container.html#ctapipe.containers.DL2Container",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Reconstructed Shower information for a given reconstruction algorithm,"]; "Container" -> "DL2Container" [arrowsize=0.5,style="setlinewidth(0.5)"]; "DispContainer" [URL="../../api/ctapipe.containers.DispContainer.html#ctapipe.containers.DispContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Standard output of disp reconstruction algorithms for origin reconstruction"]; "Container" -> "DispContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Enum" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Generic enumeration."]; "EventCalibrationContainer" [URL="../../api/ctapipe.containers.EventCalibrationContainer.html#ctapipe.containers.EventCalibrationContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Container for calibration coefficients for the current event"]; "Container" -> "EventCalibrationContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "EventCameraCalibrationContainer" [URL="../../api/ctapipe.containers.EventCameraCalibrationContainer.html#ctapipe.containers.EventCameraCalibrationContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Container for the calibration coefficients for the current event and camera"]; "Container" -> "EventCameraCalibrationContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "EventIndexContainer" [URL="../../api/ctapipe.containers.EventIndexContainer.html#ctapipe.containers.EventIndexContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="index columns to include in event lists, common to all data levels"]; "Container" -> "EventIndexContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "EventType" [URL="../../api/ctapipe.containers.EventType.html#ctapipe.containers.EventType",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Enum of EventTypes as defined in the CTA Data Model [cta_r1event]_"]; "Enum" -> "EventType" [arrowsize=0.5,style="setlinewidth(0.5)"]; "FlatFieldContainer" [URL="../../api/ctapipe.containers.FlatFieldContainer.html#ctapipe.containers.FlatFieldContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Container for flat-field parameters obtained from a set of"]; "Container" -> "FlatFieldContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "HillasParametersContainer" [URL="../../api/ctapipe.containers.HillasParametersContainer.html#ctapipe.containers.HillasParametersContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Hillas Parameters in a spherical system centered on the pointing position"]; "BaseHillasParametersContainer" -> "HillasParametersContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ImageParametersContainer" [URL="../../api/ctapipe.containers.ImageParametersContainer.html#ctapipe.containers.ImageParametersContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Collection of image parameters"]; "Container" -> "ImageParametersContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "IntensityStatisticsContainer" [URL="../../api/ctapipe.containers.IntensityStatisticsContainer.html#ctapipe.containers.IntensityStatisticsContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Attributes"]; "StatisticsContainer" -> "IntensityStatisticsContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "LeakageContainer" [URL="../../api/ctapipe.containers.LeakageContainer.html#ctapipe.containers.LeakageContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Fraction of signal in 1 or 2-pixel width border from the edge of the"]; "Container" -> "LeakageContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MonitoringCameraContainer" [URL="../../api/ctapipe.containers.MonitoringCameraContainer.html#ctapipe.containers.MonitoringCameraContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Container for camera monitoring data"]; "Container" -> "MonitoringCameraContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MonitoringContainer" [URL="../../api/ctapipe.containers.MonitoringContainer.html#ctapipe.containers.MonitoringContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Root container for monitoring data (MON)"]; "Container" -> "MonitoringContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MorphologyContainer" [URL="../../api/ctapipe.containers.MorphologyContainer.html#ctapipe.containers.MorphologyContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Parameters related to pixels surviving image cleaning"]; "Container" -> "MorphologyContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ObservationBlockContainer" [URL="../../api/ctapipe.containers.ObservationBlockContainer.html#ctapipe.containers.ObservationBlockContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Stores information about the observation"]; "Container" -> "ObservationBlockContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ObservationBlockState" [URL="../../api/ctapipe.containers.ObservationBlockState.html#ctapipe.containers.ObservationBlockState",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Observation Block States. Part of the Observation Configuration data"]; "Enum" -> "ObservationBlockState" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ObservingMode" [URL="../../api/ctapipe.containers.ObservingMode.html#ctapipe.containers.ObservingMode",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="How a scheduling block is observed. Part of the Observation Configuration"]; "Enum" -> "ObservingMode" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ParticleClassificationContainer" [URL="../../api/ctapipe.containers.ParticleClassificationContainer.html#ctapipe.containers.ParticleClassificationContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Standard output of gamma/hadron classification algorithms"]; "Container" -> "ParticleClassificationContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "PeakTimeStatisticsContainer" [URL="../../api/ctapipe.containers.PeakTimeStatisticsContainer.html#ctapipe.containers.PeakTimeStatisticsContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Attributes"]; "StatisticsContainer" -> "PeakTimeStatisticsContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "PedestalContainer" [URL="../../api/ctapipe.containers.PedestalContainer.html#ctapipe.containers.PedestalContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Container for pedestal parameters obtained from a set of"]; "Container" -> "PedestalContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "PixelStatusContainer" [URL="../../api/ctapipe.containers.PixelStatusContainer.html#ctapipe.containers.PixelStatusContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Container for pixel status information"]; "Container" -> "PixelStatusContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "R0CameraContainer" [URL="../../api/ctapipe.containers.R0CameraContainer.html#ctapipe.containers.R0CameraContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Storage of raw data from a single telescope"]; "Container" -> "R0CameraContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "R0Container" [URL="../../api/ctapipe.containers.R0Container.html#ctapipe.containers.R0Container",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Storage of a Merged Raw Data Event"]; "Container" -> "R0Container" [arrowsize=0.5,style="setlinewidth(0.5)"]; "R1CameraContainer" [URL="../../api/ctapipe.containers.R1CameraContainer.html#ctapipe.containers.R1CameraContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Storage of r1 calibrated data from a single telescope"]; "Container" -> "R1CameraContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "R1Container" [URL="../../api/ctapipe.containers.R1Container.html#ctapipe.containers.R1Container",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Storage of a r1 calibrated Data Event"]; "Container" -> "R1Container" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ReconstructedContainer" [URL="../../api/ctapipe.containers.ReconstructedContainer.html#ctapipe.containers.ReconstructedContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Reconstructed shower info from multiple algorithms"]; "Container" -> "ReconstructedContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ReconstructedEnergyContainer" [URL="../../api/ctapipe.containers.ReconstructedEnergyContainer.html#ctapipe.containers.ReconstructedEnergyContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Standard output of algorithms estimating energy"]; "Container" -> "ReconstructedEnergyContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "ReconstructedGeometryContainer" [URL="../../api/ctapipe.containers.ReconstructedGeometryContainer.html#ctapipe.containers.ReconstructedGeometryContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Standard output of algorithms reconstructing shower geometry"]; "Container" -> "ReconstructedGeometryContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SchedulingBlockContainer" [URL="../../api/ctapipe.containers.SchedulingBlockContainer.html#ctapipe.containers.SchedulingBlockContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Stores information about the scheduling block. This is a simplified"]; "Container" -> "SchedulingBlockContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SimulatedCameraContainer" [URL="../../api/ctapipe.containers.SimulatedCameraContainer.html#ctapipe.containers.SimulatedCameraContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="True images and parameters derived from them, analgous to the `DL1CameraContainer`"]; "Container" -> "SimulatedCameraContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SimulatedShowerContainer" [URL="../../api/ctapipe.containers.SimulatedShowerContainer.html#ctapipe.containers.SimulatedShowerContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Attributes"]; "Container" -> "SimulatedShowerContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SimulatedShowerDistribution" [URL="../../api/ctapipe.containers.SimulatedShowerDistribution.html#ctapipe.containers.SimulatedShowerDistribution",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="2D histogram of simulated number of showers simulated as function of energy and"]; "Container" -> "SimulatedShowerDistribution" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SimulationConfigContainer" [URL="../../api/ctapipe.containers.SimulationConfigContainer.html#ctapipe.containers.SimulationConfigContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Configuration parameters of the simulation"]; "Container" -> "SimulationConfigContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "StatisticsContainer" [URL="../../api/ctapipe.containers.StatisticsContainer.html#ctapipe.containers.StatisticsContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Store descriptive statistics"]; "Container" -> "StatisticsContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TelEventIndexContainer" [URL="../../api/ctapipe.containers.TelEventIndexContainer.html#ctapipe.containers.TelEventIndexContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="index columns to include in telescope-wise event lists, common to all data"]; "Container" -> "TelEventIndexContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TimingParametersContainer" [URL="../../api/ctapipe.containers.TimingParametersContainer.html#ctapipe.containers.TimingParametersContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Slope and Intercept of a linear regression of the arrival times"]; "BaseTimingParametersContainer" -> "TimingParametersContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "TriggerContainer" [URL="../../api/ctapipe.containers.TriggerContainer.html#ctapipe.containers.TriggerContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Attributes"]; "Container" -> "TriggerContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "WaveformCalibrationContainer" [URL="../../api/ctapipe.containers.WaveformCalibrationContainer.html#ctapipe.containers.WaveformCalibrationContainer",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Container for the pixel calibration coefficients"]; "Container" -> "WaveformCalibrationContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; }