TimeResolution#
- class ctapipe.core.container.TimeResolution(*values)[source]#
Bases:
EnumDetermines which format is used for storing astropy Time objects.
Attributes Summary
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