Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 532 Bytes

calc_delta_time.md

File metadata and controls

19 lines (15 loc) · 532 Bytes

calc_delta_time.py

  • Calculates the difference between universal time and dynamical time (TT - UT1) following Richard Ray's PERTH3 algorithms

Calling Sequence

from pyTMD.calc_delta_time import calc_delta_time
deltat = calc_delta_time(delta_file, iMJD)

Inputs

  1. delta_file:
  2. iMJD: Modified Julian Day of times to interpolate

Outputs

  • deltat: (TT - UT1) in days