BaseTimingParametersContainer¶
-
class
ctapipe.containers.BaseTimingParametersContainer(prefix=None, **fields)[source]¶ Bases:
ctapipe.core.container.ContainerBase 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
-
deviation¶
-
intercept¶
-
meta¶
-
prefix¶