bilby.gw.time.greenwich_mean_sidereal_time

bilby.gw.time.greenwich_mean_sidereal_time(gps_time)

Calculate the Greenwich Mean Sidereal Time.

This is a thin wrapper around greenwich_sidereal_time() with the equation of the equinoxes set to zero.

Parameters:
gps_timefloat

GPS time in seconds.

Returns:
float

Greenwich Mean Sidereal Time in radians.

bilby.gw.time.greenwich_mean_sidereal_time(gps_time: float | int | numpy.number | numpy.ndarray | list | tuple)