to_lal_ligotimegps#
- gwpy.utils.lal.to_lal_ligotimegps(gps: SupportsToGps) lal.LIGOTimeGPS[source]#
Convert the given GPS time to a
lal.LIGOTimeGPSobject.- Parameters:
- gps
LIGOTimeGPS,float,str Input GPS time, can be anything parsable by
to_gps().
- gps
- Returns:
- ligotimegps
lal.LIGOTimeGPS A SWIG-LAL
LIGOTimeGPSrepresentation of the given GPS time.
- ligotimegps