pyacs.lib.gpstime.UTCFromGps
- pyacs.lib.gpstime.UTCFromGps(gpsWeek, SOW, leapSecs=14)[source]
Convert GPS week and seconds of week to UTC.
- Parameters:
gpsWeek (int) – Full GPS week number (not modulo 1024).
SOW (float) – Seconds of week.
leapSecs (int, optional) – Leap seconds (GPS - UTC). Default is 14.
- Returns:
(year, month, day, hour, minute, sec).
- Return type:
tuple