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)

Arrival time at the COG (longitudinal = 0)

deviationField(default=nan)

Temporal dispersion around the linear model (RMSE)

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#