bilby.gw.time

Functions

gps_time_to_utc(gps_time)

Convert GPS time to UTC.

greenwich_mean_sidereal_time(gps_time)

Calculate the Greenwich Mean Sidereal Time.

greenwich_sidereal_time(gps_time, ...)

Calculate the Greenwich Sidereal Time.

n_leap_seconds(gps_time, leap_seconds)

Calculate the number of leap seconds that have occurred up to a given GPS time.

utc_to_julian_day(utc_time)

Convert UTC time to Julian day.

Classes

datetime([year, month, day, hour, minute, ...])

A barebones datetime class for use in the GPS to GMST conversion.