SimulatedCameraContainer

class ctapipe.containers.SimulatedCameraContainer(prefix=None, **fields)[source]

Bases: ctapipe.core.container.Container

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

Attributes
true_image_sumField(default=-1)

Total number of detected Cherenkov photons in the camera

true_imageField(default=None, dtype=int32, ndim=1)

Numpy array of camera image in PE as simulated before noise has been added. Shape: (n_pixel)

true_parametersField(default=None, type=ImageParametersContainer)

Parameters derived from the true_image

impactField(default=ctapipe.containers.TelescopeImpactParameterContainer)

true impact parameter

metadict

dict of attached metadata

prefixstr

Prefix attached to column names when saved to a table or file

Attributes Summary

impact

meta

prefix

true_image

true_image_sum

true_parameters

Attributes Documentation

impact
meta
prefix
true_image
true_image_sum
true_parameters