TimingParametersContainer#
- class ctapipe.containers.TimingParametersContainer(prefix=None, **fields)[source]#
Bases:
BaseTimingParametersContainer
Slope and Intercept of a linear regression of the arrival times along the shower main axis in a spherical system centered on the pointing position (TelescopeFrame)
- 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 / deg, unit=1 / deg)
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
Attributes Documentation
- default_prefix = 'timing'#
- fields = {'deviation': Field(default=nan), 'intercept': Field(default=nan), 'slope': Field(default=nan 1 / deg, unit=1 / deg)}#
- meta#
- prefix#
- slope#