BaseTimingParametersContainer#

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

Bases: Container

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

Attributes:
interceptField(default=nan)

intercept of arrival times along main shower axis

deviationField(default=nan)

Root-mean-square deviation of the pulse times with respect to the predicted time

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

Attributes Documentation

default_prefix = 'basetimingparameters'#
deviation#
fields = {'deviation': Field(default=nan), 'intercept': Field(default=nan)}#
intercept#
meta#
prefix#