TimeResolution#

class ctapipe.core.container.TimeResolution(*values)[source]#

Bases: Enum

Determines which format is used for storing astropy Time objects.

Attributes Summary

HIGH

High resolution timestamp

LOW

Low resolution timestamp

Attributes Documentation

HIGH = 2#

High resolution timestamp

Stored as two 32-bit unsigned integers unix TAI seconds and quarter nanoseconds

LOW = 1#

Low resolution timestamp

Stored as float64 time elapsed since epoch, achieving ~ms time resolution depending on epoch