ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

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

default_prefix

deviation

fields

intercept

meta

prefix

Attributes Documentation

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