ligotimegps

PyPI version Conda version License Supported Python versions

A pure-python version of the lal.LIGOTimeGPS object.

LIGOTimeGPS is used to represent GPS times (number of seconds elapsed since the GPS epoch) with nanosecond precision.

The code provided here is much slower than the C-implementation provided by LAL, so if you really care about performance, don’t use this module.

Installation

Pip

python -m pip install ligotimegps

Conda

conda install -c conda-forge ligotimegps

Classes

LIGOTimeGPS([seconds, nanoseconds])

An object for storing times with nanosecond resolution.

LIGOTimeGPSLike(*args, **kwargs)

Protocol for LIGOTimeGPS-like objects.

Support

To ask a question, report an issue, or suggest a change, please open a ticket on GitLab.