ligotimegps¶
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¶
|
An object for storing times with nanosecond resolution. |
|
Protocol for LIGOTimeGPS-like objects. |
Support¶
To ask a question, report an issue, or suggest a change, please open a ticket on GitLab.