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.

CameraTimingParametersContainer#

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

Bases: BaseTimingParametersContainer

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

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

slopeField(default=nan 1 / m, unit=1 / m)

Slope of arrival times along main shower axis

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

default_prefix

fields

meta

prefix

slope

Attributes Documentation

default_prefix = 'camera_frame_timing'#
fields = {'deviation': Field(default=nan), 'intercept': Field(default=nan), 'slope': Field(default=nan 1 / m, unit=1 / m)}#
meta#
prefix#
slope#