ligotimegps

Version DOI License Supported Python versions Coverage Status

ligotimegps provides a pure-python version of the lal.LIGOTimeGPS object, used to represent GPS times (number of seconds elapsed since GPS epoch) with nanoseconds 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.

Documentation contents:

Installation

Pip

python -m pip install ligotimegps

Supported python versions: 2.7, 3.4+.

Conda

conda install -c conda-forge ligotimegps

Supported python versions: 2.7, 3.5+.

Classes

LIGOTimeGPS(seconds[, nanoseconds]) An object for storing times with nanosecond resolution

Support

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