Go to the documentation of this file.
9 from hawknav.jd
import jd
12 mjd =
jd(iyr,1,idy) - 2400000
15 utcpole = np.loadtxt(strUTCpole,skiprows=2, usecols=[0,5])
19 tmpind = np.where(np.in1d(utcpole[:,0], mjd))[0]
20 ut1utc = utcpole[tmpind,1]
def get_ut1(iyr, idy, strUTCpole)